commit | 1ef322b995878d2786b81c3fa9cceec80c532a4e | [log] [tgz] |
---|---|---|
author | alshabib <alshabibi.ali@gmail.com> | Thu Mar 16 10:39:59 2017 +0100 |
committer | alshabib <alshabibi.ali@gmail.com> | Fri Mar 17 10:54:57 2017 +0100 |
tree | 120e4d9a073e0604c64effc454db873f98b55196 | |
parent | ba9b3d8dc7862997442c594144d7f52d351b52a8 [diff] |
fixes for omci exchange in pmcs_onu Change-Id: I078dd6a694dbedddddd28e6324cc9b8d83d33bb3
diff --git a/common/event_bus.py b/common/event_bus.py index fa8423a..d572e62 100644 --- a/common/event_bus.py +++ b/common/event_bus.py
@@ -111,7 +111,7 @@ try: candidate.callback(topic, msg) except Exception, e: - log.warning('callback-failed', e=e, topic=topic) + log.warning('callback-failed', e=repr(e), topic=topic) default_bus = EventBus()