Commit fd439716 by Alexander Kryklia

__name__ in logger

parent b56d6374
......@@ -16,7 +16,7 @@ from xmodule.stringify import stringify_children
from pkg_resources import resource_string
log = logging.getLogger("mitx.common.lib.gst_module")
log = logging.getLogger(__name__)
class GraphicalSliderToolModule(XModule):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment