[PATCH wayland] connection: fix a format string typo in error message

Giulio Camuffo giuliocamuffo at gmail.com
Tue Apr 22 06:03:12 PDT 2014


---
 src/connection.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/connection.c b/src/connection.c
index 63b0592..47ee556 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -724,7 +724,7 @@ wl_connection_demarshal(struct wl_connection *connection,
 			}
 
 			if (wl_map_reserve_new(objects, id) < 0) {
-				wl_log("not a valid new object id (%d), "
+				wl_log("not a valid new object id (%u), "
 				       "message %s(%s)\n",
 				       id, message->name, message->signature);
 				errno = EINVAL;
-- 
1.9.2



More information about the wayland-devel mailing list