Skip to content

Commit

Permalink
Print server port to console
Browse files Browse the repository at this point in the history
  • Loading branch information
Atanamo committed Jan 28, 2018
1 parent f388820 commit d72269a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_coffee/server/main.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class Gateway

# Start listening for socket.io emits and for HTTP requests
startupPromise = startupPromise.then =>
log.info 'Start listening...'
log.info "Start listening on port #{Config.WEB_SERVER_PORT}..."
server.listen(Config.WEB_SERVER_PORT)

# End chain to observe errors
Expand Down

0 comments on commit d72269a

Please sign in to comment.