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

View File

@ -1 +1 @@
module.exports = { build_date:"2017-12-14T23:23:21-05:00", build_revision: "54562b03c8f001aa484f680800decdbffc3e6167" };
module.exports = { build_date:"2017-12-14T23:29:35-05:00", build_revision: "612c7d9144a943e180cf8d38a1cffe65a0b7525a" };

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(() => {