[Spice-devel] [spice-server v2 3/7] tests: basic-event-loop: Silence debug message
Christophe Fergeau
cfergeau at redhat.com
Mon Mar 12 15:37:54 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.
Signed-off-by: Christophe Fergeau <cfergeau at redhat.com>
---
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);
}
--
2.14.3
More information about the Spice-devel
mailing list