1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-02-25 06:11:11 +00:00

make startup message consistent

This commit is contained in:
Henry Oswald 2015-04-30 15:04:26 +01:00
parent 9e91d31abb
commit 73a73adf62

View file

@ -35,4 +35,4 @@ port = Settings.internal.docstore.port
host = Settings.internal.docstore.host
app.listen port, host, (error) ->
throw error if error?
logger.log("docstore listening on #{host}:#{port}")
logger.info "Docstore starting up, listening on #{host}:#{port}"