mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
fix log message
This commit is contained in:
parent
191d0a4986
commit
79292b4602
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue