diff --git a/HttpServer/Events/OnWorkerStart.php b/HttpServer/Events/OnWorkerStart.php index 98ed9979..442d9696 100644 --- a/HttpServer/Events/OnWorkerStart.php +++ b/HttpServer/Events/OnWorkerStart.php @@ -45,7 +45,7 @@ class OnWorkerStart extends Callback } else { $this->onWorker($server, $worker_id); } - $this->debug(sprintf('%s#%d PID:%d start.', ucfirst(env('environmental')), $worker_id, $server->worker_pid)); + $this->debug(sprintf('%s #%d Pid:%d start.', ucfirst(env('environmental')), $worker_id, $server->worker_pid)); Coroutine\go([$this, 'onSignal'], $server, $worker_id); }