Log RTMP server error (address already in use)

This commit is contained in:
Chocobozzz
2021-01-11 09:33:14 +01:00
parent 4f20856ed4
commit c2b823826d
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -283,7 +283,7 @@ async function startApplication () {
// Make server listening
server.listen(port, hostname, () => {
logger.info('Server listening on %s:%d', hostname, port)
logger.info('HTTP server listening on %s:%d', hostname, port)
logger.info('Web server: %s', WEBSERVER.URL)
Hooks.runAction('action:application.listening')