Fixing a bug with launching from a fresh system
[quicknote] / src / simple_list.py
index 948b04a..34849da 100644 (file)
@@ -24,7 +24,7 @@ except NameError:
        _ = lambda x: x\r
 \r
 \r
-_moduleLogger = logging.getLogger("simple_list")\r
+_moduleLogger = logging.getLogger(__name__)\r
 \r
 \r
 class SimpleList(object):\r