Change logging domains

This commit is contained in:
Philipp Hörist
2019-03-10 10:27:07 +01:00
parent 237f50cfb5
commit 6436c1cafa
23 changed files with 23 additions and 23 deletions

View File

@@ -13,7 +13,7 @@ from gajim.plugins import GajimPlugin
from .types import MatchType, LineBreakOptions, CodeMarkerOptions, \
PLUGIN_INTERNAL_NONE_LEXER_ID
log = logging.getLogger('gajim.plugin_system.syntax_highlight')
log = logging.getLogger('gajim.p.syntax_highlight')
def try_loading_pygments():
success = find_module('pygments') is not None