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; }