mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-09 14:11:47 +00:00
tests: basic-event-loop: Silence debug message
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. Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
parent
6bc2b39a01
commit
1a230cdac0
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user