mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 07:20:50 +01:00
Logging corrected in TextsManager. See merge request morningstar/Arcturus-Community!235
This commit is contained in:
parent
62ab54a3e3
commit
13ac1c9cef
@ -72,7 +72,7 @@ public class TextsManager {
|
||||
public int getInt(String key, Integer defaultValue) {
|
||||
try {
|
||||
return Integer.parseInt(this.getValue(key, defaultValue.toString()));
|
||||
} catch (Exception e) {
|
||||
} catch (NumberFormatException e) {
|
||||
LOGGER.error("Caught exception", e);
|
||||
}
|
||||
return defaultValue;
|
||||
|
Loading…
Reference in New Issue
Block a user