fix log message

This commit is contained in:
Brian Gough 2015-01-07 10:29:05 +00:00
parent 191d0a4986
commit 79292b4602

View file

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