Updated logs information

This commit is contained in:
zaidbamber161
2019-07-12 17:28:08 +05:00
parent f86d0c8e16
commit f02b34c1a1

View File

@@ -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