Jelajahi Sumber

workerman.log

walkor 9 tahun lalu
induk
melakukan
afdfa4c207
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Worker.php

+ 1 - 1
Worker.php

@@ -598,7 +598,7 @@ class Worker
         // Start command.
         $mode = '';
         if ($command === 'start') {
-            if ($command2 === '-d') {
+            if ($command2 === '-d' || Worker::$daemonize) {
                 $mode = 'in DAEMON mode';
             } else {
                 $mode = 'in DEBUG mode';