diff --git a/src/wayland-client.c b/src/wayland-client.c index 27960309..15eba6e4 100644 --- a/src/wayland-client.c +++ b/src/wayland-client.c @@ -511,7 +511,7 @@ wl_proxy_add_dispatcher(struct wl_proxy *proxy, const void *implementation, void *data) { if (proxy->object.implementation || proxy->dispatcher) { - wl_log("proxy %p already has listener\n"); + wl_log("proxy %p already has listener\n", proxy); return -1; }