Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
[App/ChatServerCommand] Add log before running server
Browse files Browse the repository at this point in the history
  • Loading branch information
clem committed Dec 20, 2017
1 parent 8ee7a79 commit ac689a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AppBundle/Command/ChatServerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$wsConfig['port'],
$wsConfig['host']
);
echo sprintf('Run server on %s:%s'."\n", $wsConfig['host'], $wsConfig['port']);
$server->run();
}
}

0 comments on commit ac689a0

Please sign in to comment.