fixed logging issue

Former-commit-id: 30d6eb459098c31f085c35ef8af787bc4fdb3993
This commit is contained in:
Jeremy Long
2014-01-03 08:56:11 -05:00
parent a896566a14
commit 8be331ddcb

View File

@@ -115,7 +115,7 @@ public class CPEAnalyzer implements Analyzer {
try {
cpe.open(cve);
} catch (IndexException ex) {
Logger.getLogger(CPEAnalyzer.class.getName()).log(Level.SEVERE, null, ex);
Logger.getLogger(CPEAnalyzer.class.getName()).log(Level.FINE, "IndexException", ex);
throw new DatabaseException(ex);
}
}