[Spice-devel] [spice-server 3/8] tests: basic-event-loop: Silence debug message
Frediano Ziglio
fziglio at redhat.com
Wed Mar 7 06:56:59 UTC 2018
>
> There is currently a debug printf which is always shown when a mainloop
> event is triggered. This is unlikely to be useful unless one is
> debugging the event loop code.
> ---
> server/tests/basic-event-loop.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/server/tests/basic-event-loop.c
> b/server/tests/basic-event-loop.c
> index b10ac9468..607a5a5ee 100644
> --- a/server/tests/basic-event-loop.c
> +++ b/server/tests/basic-event-loop.c
> @@ -46,7 +46,7 @@ GMainContext *basic_event_loop_get_context(void)
>
> static void event_loop_channel_event(int event, SpiceChannelEventInfo *info)
> {
> - DPRINTF(0, "channel event con, type, id, event: %d, %d, %d, %d",
> + DPRINTF(1, "channel event con, type, id, event: %d, %d, %d, %d",
> info->connection_id, info->type, info->id, event);
> }
>
Acked-by: Frediano Ziglio <fziglio at redhat.com>
Frediano
More information about the Spice-devel
mailing list