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

Updated logs information

parent f86d0c8e
No related branches found
No related tags found
No related merge requests found
......@@ -102,10 +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"Login failed error information:{error} ".format(content=content, error=error)
)
log.info(u"Login failed content information : {content} "
u"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