X-Git-Url: http://git.maemo.org/git/?p=theonering;a=blobdiff_plain;f=src%2Fcontacts.py;h=9906a105c259ae2d2b982ac1b935316310b26f6d;hp=fd41265d9c5241475bedb26ef0e6d8022ced8330;hb=8559724ac27bfbfd4711ef952a0f6de038017c2c;hpb=1c892d1b9bf14b28eb54ce3590ed2ee29d5e3d25 diff --git a/src/contacts.py b/src/contacts.py index fd41265..9906a10 100644 --- a/src/contacts.py +++ b/src/contacts.py @@ -6,7 +6,7 @@ import telepathy import util.misc as misc_utils -_moduleLogger = logging.getLogger('contacts') +_moduleLogger = logging.getLogger(__name__) class ContactsMixin(telepathy.server.ConnectionInterfaceContacts):