typos in debug messages
This commit is contained in:
parent
f32190139b
commit
e4c4755271
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ class _ionosClient(object):
|
|||
raise errors.PluginError(
|
||||
"HTTP Error during request. Unknown type {0}".format(type)
|
||||
)
|
||||
logger.debug("API REquest to URL: %s", url)
|
||||
logger.debug("API request to URL: %s", url)
|
||||
if resp.status_code != 200:
|
||||
content = json.loads(resp.content)[0] # on error content is array with 1 element
|
||||
error_msg = resp.reason + " " + content['message']
|
||||
|
|
Loading…
Reference in a new issue