mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
make startup message consistent
This commit is contained in:
parent
e9ebc9ecfd
commit
b9ceece112
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ host = settings.internal?.chat?.host or "localhost"
|
|||
|
||||
Server.server.listen port, host, (error) ->
|
||||
throw error if error?
|
||||
logger.log "chat-sharelatex listening on #{host}:#{port}"
|
||||
logger.info "Chat starting up, listening on #{host}:#{port}"
|
||||
|
|
Loading…
Reference in a new issue