Skip to content
Snippets Groups Projects
Commit 3fc6b7e9 authored by Anael Beutot's avatar Anael Beutot
Browse files

Fixed logging message in unicode.

parent 7a4d49e0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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