Fixing a bug with launching from a fresh system
[quicknote] / src / notizen.py
index 7225483..978ee28 100644 (file)
@@ -34,7 +34,7 @@ except NameError:
        _ = lambda x: x
 
 
-_moduleLogger = logging.getLogger("notizen")
+_moduleLogger = logging.getLogger(__name__)
 
 
 class Notizen(gtk.HBox):