From 397ee3dc4edbbc916d698b1c7f86949e1ed7eca0 Mon Sep 17 00:00:00 2001 From: asadazam93 Date: Wed, 8 May 2019 14:16:42 +0500 Subject: [PATCH] updated logs --- common/lib/xmodule/xmodule/library_content_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/library_content_module.py b/common/lib/xmodule/xmodule/library_content_module.py index 29cd1f5934..ceef1560d8 100644 --- a/common/lib/xmodule/xmodule/library_content_module.py +++ b/common/lib/xmodule/xmodule/library_content_module.py @@ -303,7 +303,7 @@ class LibraryContentModule(LibraryContentFields, XModule, StudioEditableModule): for block_type, block_id in self.selected_children(): child = self.runtime.get_block(self.location.course_key.make_usage_key(block_type, block_id)) if child is None: - logger.info("Child not found for [%s] [%s]".format(str(block_type), str(block_id))) + logger.info("Child not found for {} {}".format(str(block_type), str(block_id))) yield child def student_view(self, context):