updated logging

Former-commit-id: b305a66140786ce59f547a7fce4a211e092a883d
This commit is contained in:
Jeremy Long
2013-06-16 07:24:34 -04:00
parent e362632477
commit fad704b692
11 changed files with 50 additions and 46 deletions

View File

@@ -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);
}
}
}