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