diff --git a/common/lib/capa/capa/xqueue_interface.py b/common/lib/capa/capa/xqueue_interface.py index 7e34fa6791..72cf2b701e 100644 --- a/common/lib/capa/capa/xqueue_interface.py +++ b/common/lib/capa/capa/xqueue_interface.py @@ -102,6 +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} with error: {error}".format( + content=content, error=error)) return (error, content) if files_to_upload is not None: # Need to rewind file pointers