mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-26 02:51:27 +01:00
added additional informational log statements
Former-commit-id: 25218345994ffef6506f38f8aa517abd78ceec2c
This commit is contained in:
@@ -178,7 +178,9 @@ public class StandardUpdate {
|
|||||||
|
|
||||||
if (maxUpdates >= 1) { //ensure the modified file date gets written (we may not have actually updated it)
|
if (maxUpdates >= 1) { //ensure the modified file date gets written (we may not have actually updated it)
|
||||||
properties.save(updateable.get(MODIFIED));
|
properties.save(updateable.get(MODIFIED));
|
||||||
|
LOGGER.log(Level.INFO, "Begin database maintenance.");
|
||||||
cveDB.cleanupDatabase();
|
cveDB.cleanupDatabase();
|
||||||
|
LOGGER.log(Level.INFO, "End database maintenance.");
|
||||||
}
|
}
|
||||||
} finally {
|
} finally {
|
||||||
closeDataStores();
|
closeDataStores();
|
||||||
|
|||||||
Reference in New Issue
Block a user