Explorar o código

Update Worker.php

walkor %!s(int64=10) %!d(string=hai) anos
pai
achega
3b3b137f93
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Worker.php

+ 1 - 1
Worker.php

@@ -1131,7 +1131,7 @@ class Worker
     protected static function log($msg)
     {
         $msg = $msg."\n";
-        if(self::$_status === self::STATUS_STARTING || !self::$daemonize)
+        if(!self::$daemonize)
         {
             echo $msg;
         }