success log message if all consistency checks pass

This commit is contained in:
azivner
2017-12-14 23:30:38 -05:00
parent 612c7d9144
commit 6e783f4686
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -46,6 +46,9 @@ async function runChecks() {
if (errorList.length > 0) {
messaging.sendMessage({type: 'consistency-checks-failed'});
}
else {
log.info("All consistency checks passed.");
}
}
sql.dbReady.then(() => {