mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-27 21:10:49 +00:00
improve log message for flushing
This commit is contained in:
parent
43f51355b2
commit
9eb36f9692
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ module.exports = HttpController =
|
|||
logger.log {failed: failed, succeeded: succeeded}, "error flushing projects"
|
||||
res.status(500).send "#{status}\nfailed to flush:\n#{failed.join('\n')}\n"
|
||||
else
|
||||
res.status(200).send "#{status}\nflushed all #{succeeded.length} projects\n"
|
||||
res.status(200).send "#{status}\nflushed #{succeeded.length} projects of #{all.length}\n"
|
||||
|
||||
checkDanglingUpdates: (req, res, next = (error) ->) ->
|
||||
logger.log "checking dangling updates"
|
||||
|
|
Loading…
Reference in a new issue