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

@@ -42,7 +42,7 @@ from omemo.backend.aes import aes_decrypt_file
if sys.platform in ('win32', 'darwin'):
import certifi
log = logging.getLogger('gajim.plugin_system.omemo.filedecryption')
log = logging.getLogger('gajim.p.omemo.filedecryption')
DIRECTORY = os.path.join(configpaths.get('MY_DATA'), 'downloads')