added additional informational log statements

Former-commit-id: 25218345994ffef6506f38f8aa517abd78ceec2c
This commit is contained in:
Jeremy Long
2014-05-03 11:00:21 -04:00
parent 6963d66240
commit bab49d04b7

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();