connection: Print object id for new-id arguments in deubug output
authorKristian Høgsberg <krh@bitplanet.net>
Thu, 11 Oct 2012 21:08:29 +0000 (17:08 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 11 Oct 2012 21:08:29 +0000 (17:08 -0400)
commit9272fb8f5c4480920e0e9448cebe3de9df898dc6
tree2629a72bed74cf6b948def61e05e8352e95395e3
parentff4afd6c0c0a1dd5a49d7078c52a6a037089341a
connection: Print object id for new-id arguments in deubug output

We can't use the same behaviour in both the client and the server.  In the
client this is a wl_proxy pointer in the server it's a pointer to the
uint32_t object id.  This doesn't fix the problem, but it's a slightly
more useful default, since we typically use WAYLAND_DEBUG on the client.
src/connection.c