---
 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

_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to