Commit 136a7aca authored by Maxim's avatar Maxim Committed by oroulet

fixed. Logging on cleanup client connection

parent f5789802
......@@ -468,6 +468,6 @@ class UaProcessor(object):
to be called when client has disconnected to ensure we really close
everything we should
"""
self.logger.info("Cleanup client connection: ", self.name)
self.logger.info("Cleanup client connection: %s", self.name)
if self.session:
self.session.close_session(True)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment