fix logger name
This commit is contained in:
parent
702ea3899b
commit
ac1111c305
|
@ -26,7 +26,7 @@ Global Events Dispatcher module.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
log = logging.getLogger('gajim.common.ged')
|
log = logging.getLogger('gajim.c.ged')
|
||||||
|
|
||||||
PRECORE = 10
|
PRECORE = 10
|
||||||
CORE = 20
|
CORE = 20
|
||||||
|
|
Loading…
Reference in New Issue