mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-17 23:04:07 +01:00
updated log message to assist in debugging an issue
This commit is contained in:
@@ -743,7 +743,7 @@ public final class Settings {
|
|||||||
try {
|
try {
|
||||||
value = Integer.parseInt(Settings.getString(key));
|
value = Integer.parseInt(Settings.getString(key));
|
||||||
} catch (NumberFormatException ex) {
|
} catch (NumberFormatException ex) {
|
||||||
LOGGER.trace("Could not convert property '{}' to an int.", key, ex);
|
LOGGER.trace("Could not convert property '{}={}' to an int.", key, Settings.getString(key));
|
||||||
value = defaultValue;
|
value = defaultValue;
|
||||||
}
|
}
|
||||||
return value;
|
return value;
|
||||||
|
|||||||
Reference in New Issue
Block a user