added additional informational log statements

Former-commit-id: 9dfe02f737cffc05838dcffeec1cfca77c3100e1
This commit is contained in:
Jeremy Long
2014-05-03 11:00:21 -04:00
parent 51eba8da73
commit d383776245

View File

@@ -178,7 +178,9 @@ public class StandardUpdate {
if (maxUpdates >= 1) { //ensure the modified file date gets written (we may not have actually updated it)
properties.save(updateable.get(MODIFIED));
LOGGER.log(Level.INFO, "Begin database maintenance.");
cveDB.cleanupDatabase();
LOGGER.log(Level.INFO, "End database maintenance.");
}
} finally {
closeDataStores();