Add forgotten logging setup in dialogs.
This commit is contained in:
parent
20637b2ef1
commit
5ec56a05a0
1 changed files with 3 additions and 0 deletions
|
@ -69,6 +69,9 @@ from common import dataforms
|
||||||
from common.exceptions import GajimGeneralException
|
from common.exceptions import GajimGeneralException
|
||||||
from common.connection_handlers_events import MessageOutgoingEvent
|
from common.connection_handlers_events import MessageOutgoingEvent
|
||||||
|
|
||||||
|
import logging
|
||||||
|
log = logging.getLogger('gajim.dialogs')
|
||||||
|
|
||||||
|
|
||||||
class EditGroupsDialog:
|
class EditGroupsDialog:
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue