Add forgotten logging setup in dialogs.
This commit is contained in:
parent
20637b2ef1
commit
5ec56a05a0
|
@ -69,6 +69,9 @@ from common import dataforms
|
|||
from common.exceptions import GajimGeneralException
|
||||
from common.connection_handlers_events import MessageOutgoingEvent
|
||||
|
||||
import logging
|
||||
log = logging.getLogger('gajim.dialogs')
|
||||
|
||||
|
||||
class EditGroupsDialog:
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue