eee
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user