server: add log message when client connection is destroyed due to an error
authorFiedler, Mathias <mathias_fiedler@mentor.com>
Tue, 5 Dec 2017 08:49:52 +0000 (09:49 +0100)
committerDerek Foreman <derekf@osg.samsung.com>
Fri, 19 Jan 2018 17:05:59 +0000 (11:05 -0600)
commit35ab47567cca5bafe80e193b9c6f134c78ef3871
treeea85f5e8543fbcfa4c33175765353508483f812c
parentff992951a7e6da0a8e54786ef7371ae420ce6c9c
server: add log message when client connection is destroyed due to an error

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 <mathias_fiedler@mentor.com>
Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
src/wayland-server.c