Skip to content
Snippets Groups Projects
Unverified Commit 3d451b1a authored by AsadAzam's avatar AsadAzam Committed by GitHub
Browse files

Merge pull request #20456 from edx/asad/PROD-230-logs

updated logs
parents 94580456 397ee3dc
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment