mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 14:19:01 +02:00
make startup message consistent
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user