mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -05:00
Fix formatting warning
This commit is contained in:
parent
897a4ec62d
commit
3891c73511
1 changed files with 2 additions and 1 deletions
|
|
@ -221,8 +221,9 @@ wl_client_connection_data(int fd, uint32_t mask, void *data)
|
||||||
wl_resource_post_error(client->display_resource,
|
wl_resource_post_error(client->display_resource,
|
||||||
WL_DISPLAY_ERROR_INVALID_METHOD,
|
WL_DISPLAY_ERROR_INVALID_METHOD,
|
||||||
"invalid method %d, object %s@%d",
|
"invalid method %d, object %s@%d",
|
||||||
|
opcode,
|
||||||
object->interface->name,
|
object->interface->name,
|
||||||
object->id, opcode);
|
object->id);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue