Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit c23b61d

Browse files
committed
modify console message
1 parent f1c8429 commit c23b61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/HttpServerCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ protected function start()
8585
$port = $this->configs['server']['port'];
8686

8787
$this->info('Starting swoole http server...');
88-
$this->info("Swoole http server listend on http://{$host}:{$port}.");
88+
$this->info("Swoole http server started: <http://{$host}:{$port}>");
8989
if ($this->isDaemon()) {
9090
$this->info('> (You can run this command to ensure the ' .
9191
'swoole_http_server process is running: ps aux|grep "swoole")');

0 commit comments

Comments
 (0)