mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
connection: fix a format string typo in error message
This commit is contained in:
parent
bfc93649cb
commit
5535757a40
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue