From: Kristian Høgsberg Date: Tue, 27 Mar 2012 20:36:25 +0000 (-0400) Subject: Fix formatting warning X-Git-Tag: 0.94.90~137 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3891c73511bf4e42e2940b65a148e4a1a016bf7f;p=profile%2Fivi%2Fwayland.git Fix formatting warning --- 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; }