Adding fancier version checks to allow to the cache to be preserved longer
[theonering] / src / gvoice / addressbook.py
index f5fa02e..2f6c7e2 100644 (file)
@@ -7,7 +7,7 @@ import util.coroutines as coroutines
 import util.misc as misc_utils
 
 
-_moduleLogger = logging.getLogger("gvoice.addressbook")
+_moduleLogger = logging.getLogger(__name__)
 
 
 class Addressbook(object):