make startup message consistent

This commit is contained in:
Henry Oswald 2015-04-30 15:05:49 +01:00
parent f3338f621e
commit 800666fcb5

View file

@ -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}"