Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2020-11-22 10:03:47 +0300
committerlovetox <philipp@hoerist.com>2020-11-22 10:03:47 +0300
commit4a599ee652953e0d38f2fd759eb19977ea84a230 (patch)
treee1814f6b146fd439598d7663f9110ea5e1dbf466
parente4a88c9d18ec8cd4733ad2395d3d5fbe7ac54a21 (diff)
[openpgp] Make logging more useful
-rw-r--r--openpgp/modules/openpgp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/modules/openpgp.py b/openpgp/modules/openpgp.py
index cad1b03..7a6a59c 100644
--- a/openpgp/modules/openpgp.py
+++ b/openpgp/modules/openpgp.py
@@ -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)