[Spice-devel] [PATCH spice-gtk 2/5] spice-util: Fix alignment
Victor Toso
lists at victortoso.com
Thu Mar 17 10:27:21 UTC 2016
Hi,
On Thu, Mar 17, 2016 at 11:19:33AM +0100, Pavel Grunt wrote:
> ---
> src/spice-util.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/spice-util.c b/src/spice-util.c
> index fd97ee7..d2bcfbf 100644
> --- a/src/spice-util.c
> +++ b/src/spice-util.c
> @@ -47,7 +47,7 @@ static void spice_util_enable_debug_messages(void)
> if (!doms) {
> g_setenv("G_MESSAGES_DEBUG", G_LOG_DOMAIN, 1);
> } else if (g_str_equal(doms, "all")) {
> - return;
> + return;
Acked-by: Victor Toso <victortoso at redhat.com>
> } else if (!strstr(doms, G_LOG_DOMAIN)) {
> gchar *newdoms = g_strdup_printf("%s %s", doms, G_LOG_DOMAIN);
> g_setenv("G_MESSAGES_DEBUG", newdoms, 1);
> --
> 2.7.3
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
More information about the Spice-devel
mailing list