mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-19 07:44:23 +01:00
fixed logging issue
Former-commit-id: 4c17e4db31e2315978b13b6bbd8901de04cb9cec
This commit is contained in:
@@ -115,7 +115,7 @@ public class CPEAnalyzer implements Analyzer {
|
|||||||
try {
|
try {
|
||||||
cpe.open(cve);
|
cpe.open(cve);
|
||||||
} catch (IndexException ex) {
|
} 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);
|
throw new DatabaseException(ex);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user