mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-18 09:37:38 +01:00
updated logging
Former-commit-id: 457f15cabd21e7fc4bea0b6baaa37234fdeb1176
This commit is contained in:
@@ -194,7 +194,8 @@ public class ReportGenerator {
|
|||||||
templatePath = templateName;
|
templatePath = templateName;
|
||||||
input = new FileInputStream(f);
|
input = new FileInputStream(f);
|
||||||
} catch (FileNotFoundException ex) {
|
} catch (FileNotFoundException ex) {
|
||||||
Logger.getLogger(ReportGenerator.class.getName()).log(Level.SEVERE, null, ex);
|
Logger.getLogger(ReportGenerator.class.getName()).log(Level.SEVERE, "Unable to generate the report, the report template file could not be found.");
|
||||||
|
Logger.getLogger(ReportGenerator.class.getName()).log(Level.FINE, "Unable to generate the report, the report template file could not be found.", ex);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
templatePath = "templates/" + templateName + ".vsl";
|
templatePath = "templates/" + templateName + ".vsl";
|
||||||
|
|||||||
Reference in New Issue
Block a user