]> git.sur5r.net Git - i3/i3/commit
Don't ELOG ipc EOF
authorTony Crisci <tony@dubstepdish.com>
Sat, 7 Jun 2014 02:11:44 +0000 (22:11 -0400)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 8 Jun 2014 11:54:55 +0000 (13:54 +0200)
commit7e564713f94341b6edf160c9fbc6fe1f0b578bf2
tree387e1b306297bf004b10d3a504e5deaafd261707
parent42804b4555083057f48af927817bd0c9fa9ec1e6
Don't ELOG ipc EOF

Receiving EOF from a client is not an error, but rather a standard way a
client may disconnect from the IPC. This should rather be logged from
a consumer of the libi3 ipc_recv_message() function as a normal client
disconnect event.

fixes #1252
libi3/ipc_recv_message.c