aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wayland-server.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wayland-server.c b/src/wayland-server.c
index 07a3964..a443214 100644
--- a/src/wayland-server.c
+++ b/src/wayland-server.c
@@ -221,8 +221,9 @@ wl_client_connection_data(int fd, uint32_t mask, void *data)
wl_resource_post_error(client->display_resource,
WL_DISPLAY_ERROR_INVALID_METHOD,
"invalid method %d, object %s@%d",
+ opcode,
object->interface->name,
- object->id, opcode);
+ object->id);
break;
}