diff --git a/common/lib/xmodule/xmodule/modulestore/xml_importer.py b/common/lib/xmodule/xmodule/modulestore/xml_importer.py index 0f672b86d2..1706de7ed4 100644 --- a/common/lib/xmodule/xmodule/modulestore/xml_importer.py +++ b/common/lib/xmodule/xmodule/modulestore/xml_importer.py @@ -54,7 +54,7 @@ def import_static_content(modules, course_loc, course_data_path, static_content_ try: static_content_store.save(content) except Exception as err: - log.exception('Error importing {0}'.format(fullname_with_subpath)) + log.exception('Error importing {0}, error={1}'.format(fullname_with_subpath, err)) #store the remapping information which will be needed to subsitute in the module data remap_dict[fullname_with_subpath] = content_loc.name