mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-22 17:19:30 +01:00
updated exception logging message
Former-commit-id: 206fd2354786aa53db3024b94a7ac4120c28f900
This commit is contained in:
@@ -150,7 +150,7 @@ public final class Settings {
|
|||||||
try {
|
try {
|
||||||
props.load(in);
|
props.load(in);
|
||||||
} catch (IOException ex) {
|
} catch (IOException ex) {
|
||||||
Logger.getLogger(Settings.class.getName()).log(Level.SEVERE, null, ex);
|
Logger.getLogger(Settings.class.getName()).log(Level.SEVERE, "Unable to load default settings.", ex);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user