Blob Blame History Raw
From b66767e3d0ac1bab80b7bbca3d75728188bab7b5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= <fidencio@redhat.com>
Date: Mon, 1 Sep 2014 13:52:16 +0200
Subject: [PATCH] Fix -Wformat

(cherry picked from commit 63180f6ce3266d3b9b6c7319a0aec1f0d4ee7fe3)
---
 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 c6f6698..79a4523 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);
 }