This commit is contained in:
2026-04-17 11:57:08 +08:00
parent a9f1afb866
commit 0cdb100180
+1 -1
View File
@@ -133,7 +133,7 @@ class AsyncServer extends Component implements ServerInterface
$port->set($this->resetSettings($config->type, $config->settings));
$this->event($port, $config->getEvents());
$this->container->get(StdoutLogger::class)->println('Listen address ' . $config->host . '::' . $config->port);
$this->container->get(StdoutLogger::class)->println('Listen address ' . $config->type . ' ' . $config->host . '::' . $config->port);
}