Index: gwlib/conn.c
===================================================================
RCS file: /home/cvs/gateway/gwlib/conn.c,v
retrieving revision 1.88
diff -a -u -r1.88 conn.c
--- gwlib/conn.c	12 Jan 2009 16:46:54 -0000	1.88
+++ gwlib/conn.c	23 Sep 2009 11:25:40 -0000
@@ -330,7 +330,7 @@
         }
         else
 #endif /* HAVE_LIBSSL */
-            error(errno, "Error reading from fd %d:", conn->fd);
+            error(errno, "Error reading from fd %d:(%d)", conn->fd, errno);
         conn->io_error = 1;
         if (conn->registered)
             unlocked_register_pollin(conn, 0);
