Commit 3fc6b7e9 authored by Anael Beutot's avatar Anael Beutot
Browse files

Fixed logging message in unicode.

parent 7a4d49e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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