From 599e8826ebc6598ac0d32a4b426eebe4099a7340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 28 Dec 2020 18:22:49 +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/Server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HttpServer/Server.php b/HttpServer/Server.php index 4af45453..41419f48 100644 --- a/HttpServer/Server.php +++ b/HttpServer/Server.php @@ -242,7 +242,7 @@ class Server extends Application if (is_array($process)) { [$process, $is_enable_coroutine] = $process; } - $this->debug(sprintf('Process %s', $process)); + $this->debug(sprintf('Process %s', $name . '::' . $process)); if (!is_string($process)) { continue; }