can't append str to logger message

This commit is contained in:
Prasanna Santhanam 2012-03-21 11:05:37 +05:30
parent 24b4007149
commit 30f7ca28bd
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ class cloudConnection(object):
result = self.make_request_without_auth(commandName, requests)
if self.logging is not None:
self.logging.debug("got result: " + result)
self.logging.debug("got result: %s"%result)
if result is None:
return None