make startup message consistent

This commit is contained in:
Henry Oswald 2015-04-30 15:04:55 +01:00
parent 33e654accf
commit d5f98c9800

View file

@ -126,7 +126,7 @@ beginShutdown = () ->
logger.log "server will stop accepting connections"
server.listen port, host, ->
logger.log("filestore listening on #{host}:#{port}")
logger.info "Filestore starting up, listening on #{host}:#{port}"
process.on 'SIGTERM', () ->
logger.log("filestore got SIGTERM, shutting down gracefully")