Commit c7a7ad8f authored by Antoine Millet's avatar Antoine Millet
Browse files

Added logging information when a RpcConnection is closed

parent 26b7a483
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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()