[openpgp] Make logging more useful

This commit is contained in:
lovetox
2020-11-22 08:03:47 +01:00
parent e4a88c9d18
commit 4a599ee652

View File

@@ -228,7 +228,7 @@ class OpenPGP(BaseModule):
if not any(map(self.own_jid.bareMatch, recipients)):
log.warning('to attr not valid')
log.warning(str(payload))
log.warning(signcrypt)
return
keys = self._contacts.get_keys(properties.jid.bare)