[omemo] Change logging domain

This commit is contained in:
Philipp Hörist
2019-03-10 10:11:03 +01:00
parent 424a770377
commit 237f50cfb5
5 changed files with 5 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ from cryptography.hazmat.primitives.ciphers import algorithms
from cryptography.hazmat.primitives.ciphers.modes import GCM
from cryptography.hazmat.backends import default_backend
log = logging.getLogger('gajim.plugin_system.omemo')
log = logging.getLogger('gajim.p.omemo')
EncryptionResult = namedtuple('EncryptionResult', 'payload key iv')