Loading ccnode/node.py +1 −1 Original line number Diff line number Diff line Loading @@ -174,7 +174,7 @@ class RPCStartHandler(Thread): return # we retry while it fails self.stop() logger.info('Successfully authenticated with role %s', response) logger.info('Successfully authenticated with role %s', str(response)) self.auth_id = None Loading Loading
ccnode/node.py +1 −1 Original line number Diff line number Diff line Loading @@ -174,7 +174,7 @@ class RPCStartHandler(Thread): return # we retry while it fails self.stop() logger.info('Successfully authenticated with role %s', response) logger.info('Successfully authenticated with role %s', str(response)) self.auth_id = None Loading