mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 00:03:43 +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 {
|
||||
value = Integer.parseInt(Settings.getString(key));
|
||||
} 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;
|
||||
}
|
||||
return value;
|
||||
|
||||
Reference in New Issue
Block a user