Skip to content
Snippets Groups Projects
Commit c7a7ad8f authored by Antoine Millet's avatar Antoine Millet
Browse files

Added logging information when a RpcConnection is closed

parent 26b7a483
No related branches found
No related tags found
No related merge requests found
......@@ -391,6 +391,7 @@ class RpcConnection(object):
'''
Shutdown this connection.
'''
self.logger.info('Connection shutdown.')
# Shutdown each registered watcher:
for watcher in self._watchers:
watcher.stop()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment