updates.
[runtime.git] / lib / silccore / silcpacket.c
index 3112f15830a6da0c35cd1ea141de8c8145140484..b879c42927573e86cf71870e67b9f33897e6dcb3 100644 (file)
@@ -316,7 +316,7 @@ int silc_packet_read(int sock, SilcBuffer dest)
       SILC_LOG_DEBUG(("Could not read immediately, will do it later"));
       return -2;
     }
-    SILC_LOG_ERROR(("Cannot read from socket: %d", strerror(errno)));
+    SILC_LOG_ERROR(("Cannot read from socket: %d:%s", sock, strerror(errno)));
     return -1;
   }