Re: [PATCH weston v5 10/14] compositor: protocol logger

2018-08-06 Thread Pekka Paalanen
On Mon, 30 Jul 2018 09:17:27 + "Ucan, Emre (ADITG/ESB)" wrote: > Hi Daniel, > > We found an issue with this patch. I am adding a patch to this email to fix > this issue. Please check: > > Subject: [PATCH] main: copy va_list for second use > > we are using va_list once for debug protocol a

RE: [PATCH weston v5 10/14] compositor: protocol logger

2018-07-30 Thread Ucan, Emre (ADITG/ESB)
nd-devel- > boun...@lists.freedesktop.org] On Behalf Of Daniel Stone > Sent: Freitag, 20. Juli 2018 21:07 > To: wayland-devel@lists.freedesktop.org > Cc: pekka.paala...@collabora.co.uk; emre.u...@de.adit-jv.com; > maniraj.devad...@in.bosch.com > Subject: [PATCH weston v5 10/14] compositor: protoco

[PATCH weston v5 10/14] compositor: protocol logger

2018-07-20 Thread Daniel Stone
From: Pekka Paalanen 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-