diff --git a/sjrpc/core/rpcconnection.py b/sjrpc/core/rpcconnection.py index efcdb84597f627d1083de23f83c2bb885b1f17a9..11df2a8883cee639dfc7e697bf37bfd01e57ff91 100644 --- a/sjrpc/core/rpcconnection.py +++ b/sjrpc/core/rpcconnection.py @@ -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()