mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-25 15:11:36 +00:00
make startup message consistent
This commit is contained in:
parent
9e91d31abb
commit
73a73adf62
1 changed files with 1 additions and 1 deletions
|
@ -35,4 +35,4 @@ port = Settings.internal.docstore.port
|
||||||
host = Settings.internal.docstore.host
|
host = Settings.internal.docstore.host
|
||||||
app.listen port, host, (error) ->
|
app.listen port, host, (error) ->
|
||||||
throw error if error?
|
throw error if error?
|
||||||
logger.log("docstore listening on #{host}:#{port}")
|
logger.info "Docstore starting up, listening on #{host}:#{port}"
|
||||||
|
|
Loading…
Reference in a new issue