Add forgotten logging setup in dialogs.

This commit is contained in:
Emmanuel Gil Peyrot 2016-11-05 15:22:03 +00:00
parent 20637b2ef1
commit 5ec56a05a0
1 changed files with 3 additions and 0 deletions

View File

@ -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:
"""