mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-16 00:33:46 +01:00
updated logging
Former-commit-id: b305a66140786ce59f547a7fce4a211e092a883d
This commit is contained in:
@@ -283,9 +283,7 @@ public class Engine {
|
||||
Logger.getLogger(Engine.class.getName()).log(Level.WARNING,
|
||||
"Unable to update Cached Web DataSource, using local data instead. Results may not include recent vulnerabilities.");
|
||||
Logger.getLogger(Engine.class.getName()).log(Level.FINE,
|
||||
String.format("Unable to update Cached Web DataSource, using local data instead. Results may not include recent "
|
||||
+ "vulnerabilities. Unable to update details for %s",
|
||||
source.getClass().getName()), ex);
|
||||
String.format("Unable to update details for %s", source.getClass().getName()), ex);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user