fix log line

This commit is contained in:
Brian Gough 2019-09-26 15:46:54 +01:00
parent 8cdc8c410a
commit 3bc176259b

View file

@ -29,7 +29,7 @@ module.exports = HistoryManager =
flushProjectChanges: (project_id, options, callback = (error) ->) ->
return callback() if !Settings.apis?.project_history?.enabled
if options.skip_history_flush
logger.log {project_id}, "skipping flush of project history from realtime shutdown"
logger.log {project_id}, "skipping flush of project history"
return callback()
url = "#{Settings.apis.project_history.url}/project/#{project_id}/flush"
qs = {}