summaryrefslogtreecommitdiffstats
path: root/server/tests
diff options
context:
space:
mode:
authorFabiano FidĂȘncio <fidencio@redhat.com>2014-09-01 13:52:16 +0200
committerFabiano FidĂȘncio <fidencio@redhat.com>2014-09-12 18:00:30 +0200
commit63180f6ce3266d3b9b6c7319a0aec1f0d4ee7fe3 (patch)
tree8864086787743a3ce293ce4278c4fd9d54dafd30 /server/tests
parent4bf5fd35c4ece8a9100e5cec18b4b75fbaf82d35 (diff)
downloadspice-63180f6ce3266d3b9b6c7319a0aec1f0d4ee7fe3.tar.gz
spice-63180f6ce3266d3b9b6c7319a0aec1f0d4ee7fe3.tar.xz
spice-63180f6ce3266d3b9b6c7319a0aec1f0d4ee7fe3.zip
Fix -Wformat
Diffstat (limited to 'server/tests')
-rw-r--r--server/tests/basic_event_loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/basic_event_loop.c b/server/tests/basic_event_loop.c
index c6f6698a..79a45237 100644
--- a/server/tests/basic_event_loop.c
+++ b/server/tests/basic_event_loop.c
@@ -115,7 +115,7 @@ static void watch_remove(SpiceWatch *watch)
static void channel_event(int event, SpiceChannelEventInfo *info)
{
- DPRINTF(0, "channel event con, type, id, event: %ld, %d, %d, %d",
+ DPRINTF(0, "channel event con, type, id, event: %d, %d, %d, %d",
info->connection_id, info->type, info->id, event);
}