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 <[email protected]>
> } 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
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
_______________________________________________
Spice-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/spice-devel