From fd43971602600f1447a1f40af802d7386ff7cac8 Mon Sep 17 00:00:00 2001 From: Alexander Kryklia Date: Mon, 24 Dec 2012 15:36:26 +0200 Subject: [PATCH] __name__ in logger --- common/lib/xmodule/xmodule/gst_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/gst_module.py b/common/lib/xmodule/xmodule/gst_module.py index 134d2b1ffa..d33ecebc7e 100644 --- a/common/lib/xmodule/xmodule/gst_module.py +++ b/common/lib/xmodule/xmodule/gst_module.py @@ -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):