Skip to content
Snippets Groups Projects
Commit d4c41008 authored by zaidbamber161's avatar zaidbamber161
Browse files

Updated logs information

parent f02b34c1
No related branches found
No related tags found
No related merge requests found
......@@ -102,8 +102,8 @@ class XQueueInterface(object):
if error != 0:
# when the login fails
log.debug("Failed to login to queue: %s", content)
log.info(u"Login failed content information : {content} "
u"with error: {error}".format(content=content, error=error))
log.info(u"Login failed content information : {content} with error: {error}".format(
content=content, error=error))
return (error, content)
if files_to_upload is not None:
# Need to rewind file pointers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment