From 3891c73511bf4e42e2940b65a148e4a1a016bf7f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Tue, 27 Mar 2012 16:36:25 -0400 Subject: [PATCH] Fix formatting warning --- src/wayland-server.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- 2.7.4