diff options
| -rw-r--r-- | library/python/strings/strings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/python/strings/strings.py b/library/python/strings/strings.py index 4a256bf4c3e..f5fa2d32c6a 100644 --- a/library/python/strings/strings.py +++ b/library/python/strings/strings.py @@ -111,7 +111,7 @@ def locale_encoding(): logger.debug('Cannot get system locale: %s', e) return None except ValueError as e: - logger.warn('Cannot get system locale: %s', e) + logger.debug('Cannot get system locale: %s', e) return None |
