> > 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@xxxxxxxxxx> Frediano _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel