Philipp Hörist pushed to branch master at gajim / gajim

Commits:
47f4838c by Philipp Hörist at 2017-11-07T22:56:15+01:00
Fix typo and logging arg

- - - - -


1 changed file:

- gajim/common/ged.py


Changes:

=====================================
gajim/common/ged.py
=====================================
--- a/gajim/common/ged.py
+++ b/gajim/common/ged.py
@@ -95,8 +95,8 @@ class GlobalEventsDispatcher(object):
                 except NodeProcessed:
                     node_processed = True
                 except Exception:
-                    log.error('Error while running an even handler: %s' % \
-                        handler)
+                    log.error('Error while running an event handler: %s',
+                              handler)
                     traceback.print_exc()
             if node_processed:
                 raise NodeProcessed



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/47f4838c7c83ce4522427ebb4ba45afbd9dd65f5

---
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/47f4838c7c83ce4522427ebb4ba45afbd9dd65f5
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to