mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-24 17:53:44 +00:00
make startup message consistent
This commit is contained in:
parent
6a347a0ebe
commit
91d0f0f2f8
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ app.use (error, req, res, next) ->
|
||||||
res.send error?.statusCode || 500
|
res.send error?.statusCode || 500
|
||||||
|
|
||||||
app.listen port = (Settings.internal?.clsi?.port or 3013), host = (Settings.internal?.clsi?.host or "localhost"), (error) ->
|
app.listen port = (Settings.internal?.clsi?.port or 3013), host = (Settings.internal?.clsi?.host or "localhost"), (error) ->
|
||||||
logger.log "CLSI listening on #{host}:#{port}"
|
logger.info "CLSI starting up, listening on #{host}:#{port}"
|
||||||
|
|
||||||
setInterval () ->
|
setInterval () ->
|
||||||
ProjectPersistenceManager.clearExpiredProjects()
|
ProjectPersistenceManager.clearExpiredProjects()
|
||||||
|
|
Loading…
Reference in a new issue