This commit is contained in:
zadam
2021-09-30 13:02:07 +02:00
parent 8a8bdaf80e
commit a68fd5ab83
4 changed files with 17 additions and 14 deletions

View File

@@ -624,7 +624,8 @@ class ConsistencyChecks {
ws.sendMessageToAllClients({type: 'consistency-checks-failed'});
} else {
log.info(`All consistency checks passed (took ${elapsedTimeMs}ms)`);
log.info(`All consistency checks passed (took ${elapsedTimeMs}ms)` +
(this.fixedIssues ? " after some fixes" : "with no errors detected"));
}
}
}