__name__ in logger

This commit is contained in:
Alexander Kryklia
2012-12-24 15:36:26 +02:00
parent b56d6374f3
commit fd43971602

View File

@@ -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):