From fdb61cda2724f5cc79dedec4ecf041a92450216b Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 26 Dec 2016 16:00:18 +0100 Subject: Add missing message types (fix #3271) Which were being filtered by the information popup filter --- poezio/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/plugin.py') diff --git a/poezio/plugin.py b/poezio/plugin.py index 59e4f490..c8bffc95 100644 --- a/poezio/plugin.py +++ b/poezio/plugin.py @@ -81,7 +81,7 @@ class SafetyMetaclass(type): raise elif SafetyMetaclass.core: log.error('Error in a plugin', exc_info=True) - SafetyMetaclass.core.information(traceback.format_exc()) + SafetyMetaclass.core.information(traceback.format_exc(), 'Error') return None return helper -- cgit v1.2.3