make startup message consistent

This commit is contained in:
Henry Oswald 2015-04-30 15:03:41 +01:00
parent 6a347a0ebe
commit 91d0f0f2f8

View file

@ -104,7 +104,7 @@ app.use (error, req, res, next) ->
res.send error?.statusCode || 500
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 () ->
ProjectPersistenceManager.clearExpiredProjects()