upliu %!s(int64=11) %!d(string=hai) anos
pai
achega
bec55955cb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      workerman/Core/Master.php

+ 1 - 1
workerman/Core/Master.php

@@ -607,7 +607,7 @@ class Master
             // 进程退出状态不是0,说明有问题了
             if($status !== 0)
             {
-                self::notice("worker[$pid:$worker_name] exit width status $status");
+                self::notice("worker[$pid:$worker_name] exit with status $status");
             }
             // 记录进程退出状态
             self::$serviceStatusInfo['worker_exit_code'][$worker_name][$status] = isset(self::$serviceStatusInfo['worker_exit_code'][$worker_name][$status]) ? self::$serviceStatusInfo['worker_exit_code'][$worker_name][$status] + 1 : 1;