Re: [PATCH weston 8/8] compositor: protocol logger

2017-08-30 Thread Pekka Paalanen
On Thu, 24 Aug 2017 16:16:22 +0200 Maniraj Devadoss wrote: > This is better than running Weston with WAYLAND_DEBUG=server: > - It is enabled on demand, no unnecessary flooding and no need to > restart the compositor if debug was enabled. > - It prints client pointers so that messages with diffe

[PATCH weston 8/8] compositor: protocol logger

2017-08-24 Thread Maniraj Devadoss
This is better than running Weston with WAYLAND_DEBUG=server: - It is enabled on demand, no unnecessary flooding and no need to restart the compositor if debug was enabled. - It prints client pointers so that messages with different clients can be seen apart. Signed-off-by: Pekka Paalanen pa