mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
can't append str to logger message
This commit is contained in:
parent
d354897780
commit
b9807e0fca
@ -143,7 +143,7 @@ class cloudConnection(object):
|
|||||||
result = self.make_request_without_auth(commandName, requests)
|
result = self.make_request_without_auth(commandName, requests)
|
||||||
|
|
||||||
if self.logging is not None:
|
if self.logging is not None:
|
||||||
self.logging.debug("got result: " + result)
|
self.logging.debug("got result: %s"%result)
|
||||||
if result is None:
|
if result is None:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user