From b072c1390b2722c616f56028503598a5990cb0c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sun, 1 Jul 2018 01:09:45 +0100 Subject: Replace information_popup_type_filter occurences with correct naming MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- poezio/core/core.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'poezio/core/core.py') diff --git a/poezio/core/core.py b/poezio/core/core.py index 7c6ad886..d7f8a018 100644 --- a/poezio/core/core.py +++ b/poezio/core/core.py @@ -1429,7 +1429,8 @@ class Core(object): filter_types = config.get('information_buffer_type_filter').split(':') if typ.lower() in filter_types: log.debug( - 'Did not show the message:\n\t%s> %s \n\tdue to information_popup_type_filter configuration', + 'Did not show the message:\n\t%s> %s \n\tdue to ' + 'information_buffer_type_filter configuration', typ, msg) return False filter_messages = config.get('filter_info_messages').split(':') -- cgit v1.2.3