Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Weblate
gajim-plugins
Commits
4a599ee6
Commit
4a599ee6
authored
Nov 22, 2020
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[openpgp] Make logging more useful
parent
e4a88c9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openpgp/modules/openpgp.py
openpgp/modules/openpgp.py
+1
-1
No files found.
openpgp/modules/openpgp.py
View file @
4a599ee6
...
...
@@ -228,7 +228,7 @@ class OpenPGP(BaseModule):
if
not
any
(
map
(
self
.
own_jid
.
bareMatch
,
recipients
)):
log
.
warning
(
'to attr not valid'
)
log
.
warning
(
s
tr
(
payload
)
)
log
.
warning
(
s
igncrypt
)
return
keys
=
self
.
_contacts
.
get_keys
(
properties
.
jid
.
bare
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment