updates.
[silc.git] / lib / silcutil / unix / silcunixsockconn.c
index 330bab2dafa8631610875b698a913bc08dd36c5d..3120e8ef3e499cc424897e04f2f172654e44e514 100644 (file)
@@ -45,7 +45,7 @@ int silc_socket_write(SilcSocketConnection sock)
        SILC_LOG_DEBUG(("Could not write immediately, will do it later"));
        return -2;
       }
-      SILC_LOG_ERROR(("Cannot write to socket: %s", strerror(errno)));
+      SILC_LOG_DEBUG(("Cannot write to socket: %s", strerror(errno)));
       return -1;
     }
 
@@ -80,7 +80,7 @@ int silc_socket_read(SilcSocketConnection sock)
       SILC_LOG_DEBUG(("Could not read immediately, will do it later"));
       return -2;
     }
-    SILC_LOG_ERROR(("Cannot read from socket: %d:%s", fd, strerror(errno)));
+    SILC_LOG_DEBUG(("Cannot read from socket: %d:%s", fd, strerror(errno)));
     return -1;
   }