mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 20:31:34 +02:00
fix log message
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user