summaryrefslogtreecommitdiff
path: root/python/qpid/delegate.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/qpid/delegate.py')
-rw-r--r--python/qpid/delegate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qpid/delegate.py b/python/qpid/delegate.py
index 8f5033e485..c4c47592b4 100644
--- a/python/qpid/delegate.py
+++ b/python/qpid/delegate.py
@@ -49,5 +49,5 @@ class Delegate:
print >> sys.stderr, "Error in handler: %s\n\n%s" % \
(_handler_name(method), traceback.format_exc())
- def close(self, reason):
+ def closed(self, reason):
print "Connection closed: %s" % reason