connection: fix a format string typo in error message

This commit is contained in:
Giulio Camuffo 2014-04-22 16:03:12 +03:00 committed by Kristian Høgsberg
parent bfc93649cb
commit 5535757a40

View file

@ -724,7 +724,7 @@ wl_connection_demarshal(struct wl_connection *connection,
} }
if (wl_map_reserve_new(objects, id) < 0) { 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", "message %s(%s)\n",
id, message->name, message->signature); id, message->name, message->signature);
errno = EINVAL; errno = EINVAL;