mirror of https://github.com/apache/cloudstack.git
can't append str to logger message
This commit is contained in:
parent
b024562869
commit
9cec7875de
|
|
@ -143,10 +143,10 @@ class cloudConnection(object):
|
|||
else:
|
||||
result = self.make_request_without_auth(commandName, requests)
|
||||
|
||||
if self.logging is not None:
|
||||
self.logging.debug("got result: %s"%result)
|
||||
if result is None:
|
||||
return None
|
||||
if self.logging is not None:
|
||||
self.logging.debug("got result: " + result)
|
||||
|
||||
result = jsonHelper.getResultObj(result, response)
|
||||
if raw or isAsync == "false":
|
||||
|
|
|
|||
Loading…
Reference in New Issue