From 8fd89a90fb435b54e9156680ab52c9c1e4a30202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 1 Mar 2021 17:14:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HttpServer/Events/OnWorkerStart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HttpServer/Events/OnWorkerStart.php b/HttpServer/Events/OnWorkerStart.php index 7395e86c..3b41161e 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 start.', env('environmental'), $worker_id)); + $this->debug(sprintf('%s#%d start.', ucfirst(env('environmental')), $worker_id)); Coroutine\go([$this, 'onSignal'], $server, $worker_id); }