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

@@ -28,7 +28,7 @@ from gajim.plugins.plugins_i18n import _
if os.name == 'nt':
import certifi
log = logging.getLogger('gajim.plugin_system.preview.http_functions')
log = logging.getLogger('gajim.p.preview.http_functions')
def get_http_head(account, url, verify):
return _get_http_head_direct(url, verify)