Fix logger name.
svn: r10699
This commit is contained in:
parent
b8d75d85e1
commit
0326a2d9ca
@ -31,7 +31,7 @@ from gettext import gettext as _
|
||||
import re
|
||||
|
||||
import logging
|
||||
_LOG = logging.getLogger(".Editors.StyledTextBuffer")
|
||||
_LOG = logging.getLogger(".widgets.styledtextbuffer")
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user