[Spice-devel] [PATCH 3/3] server/tests/basic_event_loop: print something on channel_event
Alon Levy
alevy at redhat.com
Wed Feb 15 05:09:39 PST 2012
---
server/tests/basic_event_loop.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/server/tests/basic_event_loop.c b/server/tests/basic_event_loop.c
index 70eb026..34bb178 100644
--- a/server/tests/basic_event_loop.c
+++ b/server/tests/basic_event_loop.c
@@ -115,7 +115,8 @@ static void watch_remove(SpiceWatch *watch)
static void channel_event(int event, SpiceChannelEventInfo *info)
{
- NOT_IMPLEMENTED
+ DPRINTF(0, "channel event con, type, id, event: %ld, %d, %d, %d\n",
+ info->connection_id, info->type, info->id, event);
}
SpiceTimer *get_next_timer(void)
--
1.7.9
More information about the Spice-devel
mailing list