Explorar el Código

* Tell about killing sock == -1 in LOG_ERRORS

svn: 1102
Bryan Drewery hace 22 años
padre
commit
876ff639ff
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/net.c

+ 1 - 1
src/net.c

@@ -522,7 +522,7 @@ void real_killsock(register int sock, const char *file, int line)
   register int	i;
 
   if (sock < 0) {
-    putlog(LOG_MISC, "*", "Attempt to kill socket -1 %s:%d", file, line);
+    putlog(LOG_ERRORS, "*", "Attempt to kill socket -1 %s:%d", file, line);
     return;
   }