From d4c41008b4b52c5a2bbad48e6ef0a03878a2f728 Mon Sep 17 00:00:00 2001 From: zaidbamber161 Date: Mon, 15 Jul 2019 15:48:35 +0500 Subject: [PATCH] Updated logs information --- common/lib/capa/capa/xqueue_interface.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/lib/capa/capa/xqueue_interface.py b/common/lib/capa/capa/xqueue_interface.py index 545558c924..72cf2b701e 100644 --- a/common/lib/capa/capa/xqueue_interface.py +++ b/common/lib/capa/capa/xqueue_interface.py @@ -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