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
f3338f621e
commit
800666fcb5
1 changed files with 1 additions and 1 deletions
|
@ -36,4 +36,4 @@ host = Settings.internal?.spelling?.host || "localhost"
|
|||
port = Settings.internal?.spelling?.port || 3005
|
||||
server.listen port, host, (error) ->
|
||||
throw error if error?
|
||||
logger.log "spelling-sharelatex listening at #{host}:#{port}"
|
||||
logger.info "spelling starting up, listening on #{host}:#{port}"
|
||||
|
|
Loading…
Reference in a new issue