Making the code slightly easier to maintain
[theonering] / src / location.py
index a77d0c7..f8ecad5 100644 (file)
@@ -5,7 +5,7 @@ import telepathy
 import util.misc as misc_utils
 
 
-_moduleLogger = logging.getLogger('location')
+_moduleLogger = logging.getLogger(__name__)
 
 
 #class LocationMixin(tp.ConnectionInterfaceLocation):