Re: [PATCH v2] server: add log message when client connection is destroyed due to an error

2018-01-19 Thread Derek Foreman
On 2018-01-18 02:20 AM, Fiedler, Mathias wrote: Hi, -Original Message- From: Derek Foreman [mailto:der...@osg.samsung.com] Sent: Mittwoch, 17. Januar 2018 21:41 To: Fiedler, Mathias; wayland-devel@lists.freedesktop.org Subject: Re: [PATCH v2] server: add log message when client

RE: [PATCH v2] server: add log message when client connection is destroyed due to an error

2018-01-18 Thread Fiedler, Mathias
Hi, > -Original Message- > From: Derek Foreman [mailto:der...@osg.samsung.com] > Sent: Mittwoch, 17. Januar 2018 21:41 > To: Fiedler, Mathias; wayland-devel@lists.freedesktop.org > Subject: Re: [PATCH v2] server: add log message when client connection is > destroy

Re: [PATCH v2] server: add log message when client connection is destroyed due to an error

2018-01-18 Thread Derek Foreman
On 2017-12-05 02:49 AM, Mathias Fiedler wrote: The client connection is destroyed by the server in several circumstances. This patch adds log messages in case the connection is destroyed due to an error other than normal hangup. Signed-off-by: Mathias Fiedler This looks good to me. I can see

[PATCH v2] server: add log message when client connection is destroyed due to an error

2017-12-05 Thread Mathias Fiedler
The client connection is destroyed by the server in several circumstances. This patch adds log messages in case the connection is destroyed due to an error other than normal hangup. Signed-off-by: Mathias Fiedler --- src/wayland-server.c | 26 +- 1 file changed, 21 insert