mirror of https://github.com/apache/cloudstack.git
can't append str to logger message
reviewed-by: Edison Su
This commit is contained in:
parent
8508592134
commit
7d085b2540
|
|
@ -146,7 +146,7 @@ class cloudConnection(object):
|
|||
if result is None:
|
||||
return None
|
||||
if self.logging is not None:
|
||||
self.logging.debug("got result: " + result)
|
||||
self.logging.debug("got result: %s"%result)
|
||||
|
||||
result = jsonHelper.getResultObj(result, response)
|
||||
if raw or isAsync == "false":
|
||||
|
|
|
|||
Loading…
Reference in New Issue