mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Adapt log level when using system locale
This commit is contained in:
parent
6843643aad
commit
007acf8c6d
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ public class Utils {
|
|||
return fallback;
|
||||
}
|
||||
|
||||
logger.debug("Using default locale: {} ({})", locale, localeString);
|
||||
logger.trace("Using default locale: {} ({})", locale, localeString);
|
||||
return locale;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue