mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
Improved logging on failed updates
Former-commit-id: 4b08adcdeec38333e07e5ca42a658c98ac9b83a3
This commit is contained in:
@@ -250,7 +250,9 @@ public class Engine {
|
||||
source.update();
|
||||
} catch (UpdateException ex) {
|
||||
Logger.getLogger(Engine.class.getName()).log(Level.WARNING,
|
||||
"Unable to update " + source.getClass().getName(), ex);
|
||||
"Unable to update " + source.getClass().getName());
|
||||
Logger.getLogger(Engine.class.getName()).log(Level.INFO,
|
||||
"Unable to update details for " + source.getClass().getName(), ex);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user