diff options
Diffstat (limited to 'qpid/extras/dispatch/python')
| -rw-r--r-- | qpid/extras/dispatch/python/qpid/dispatch/router/router_engine.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/extras/dispatch/python/qpid/dispatch/router/router_engine.py b/qpid/extras/dispatch/python/qpid/dispatch/router/router_engine.py index 82f51184a9..6fde822444 100644 --- a/qpid/extras/dispatch/python/qpid/dispatch/router/router_engine.py +++ b/qpid/extras/dispatch/python/qpid/dispatch/router/router_engine.py @@ -281,4 +281,4 @@ class RouterEngine: def node_updated(self, address, reachable, neighbor, link_bit, router_bit): self.log(LOG_DEBUG, "Event: node_updated: address=%s, reachable=%r, neighbor=%r, link_bit=%d, router_bit=%d" % \ (address, reachable, neighbor, link_bit, router_bit)) - self.router_adapter.node_updataed(address, reachable, neighbor, link_bit, router_bit) + self.router_adapter.node_updated(address, reachable, neighbor, link_bit, router_bit) |
