]> git.sur5r.net Git - i3/i3/blobdiff - libi3/ipc_recv_message.c
Merge pull request #1657 from Georgiy-Tugai/fix-flickering-shortened
[i3/i3] / libi3 / ipc_recv_message.c
index 8d36700ad40a088fbdf95d2f8631b2ba3d293f59..0ef4fced4f27b1fd1bf415727efb6f1bbdd14796 100644 (file)
@@ -2,7 +2,7 @@
  * vim:ts=4:sw=4:expandtab
  *
  * i3 - an improved dynamic tiling window manager
- * © 2009-2013 Michael Stapelberg and contributors (see also: LICENSE)
+ * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
  *
  */
 #include <string.h>
@@ -41,7 +41,6 @@ int ipc_recv_message(int sockfd, uint32_t *message_type,
         if (n == -1)
             return -1;
         if (n == 0) {
-            ELOG("IPC: received EOF instead of reply\n");
             return -2;
         }