From 286db01295184269cba4f342a90b4f1748d909d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 1 Mar 2021 15:33:50 +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 18dc45a7..00297d92 100644 --- a/HttpServer/Server.php +++ b/HttpServer/Server.php @@ -422,7 +422,7 @@ class Server extends HttpService } else { $this->noHttp($newListener, $config); } - $this->debug(sprintf('Listen %s::%d -> ok', $config['host'], $config['port'])); + $this->debug(sprintf('Check listen %s::%d -> ok', $config['host'], $config['port'])); $this->listenTypes[] = $config['type']; return $this->baseServer; }