diff options
Diffstat (limited to 'ranger/ext/logutils.py')
-rw-r--r-- | ranger/ext/logutils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/ext/logutils.py b/ranger/ext/logutils.py index 38fc7cda..12f7886d 100644 --- a/ranger/ext/logutils.py +++ b/ranger/ext/logutils.py @@ -43,7 +43,7 @@ def setup_logging(debug=True, logfile=None): controlled by the `debug` parameter - debug=False: - a concise log format will be used, debug messsages will be discarded + a concise log format will be used, debug messages will be discarded and only important message will be passed to the `stderr_handler` - debug=True: |