fixed logging issue

Former-commit-id: 4c17e4db31e2315978b13b6bbd8901de04cb9cec
This commit is contained in:
Jeremy Long
2014-01-03 08:56:11 -05:00
parent cb85292f99
commit ff044c831f

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