fix logger name

This commit is contained in:
Yann Leboulanger 2011-10-07 17:51:57 +02:00
parent 702ea3899b
commit ac1111c305
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Global Events Dispatcher module.
'''
import logging
log = logging.getLogger('gajim.common.ged')
log = logging.getLogger('gajim.c.ged')
PRECORE = 10
CORE = 20