Bryan Drewery 21 vuotta sitten
vanhempi
commit
410d88b2eb
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/shell.c

+ 1 - 1
src/shell.c

@@ -121,7 +121,7 @@ void check_maxfiles()
   }
   }
 
 
   if (fd >= 100 && fd <= 130)		/* a warning range */
   if (fd >= 100 && fd <= 130)		/* a warning range */
-    putlog(LOG_MISC, "* Warning, FD:%d, at >=180, the bot will auto restart", fd);
+    putlog(LOG_MISC, "*", "* Warning, FD:%d, at >=180, the bot will auto restart", fd);
 
 
   if (fd >= 180) {
   if (fd >= 180) {
     nuke_server("Max FD reached, restarting...");
     nuke_server("Max FD reached, restarting...");