diff options
author | Maxime “pep” Buquet <pep@bouah.net> | 2022-07-03 12:38:14 +0200 |
---|---|---|
committer | Maxime “pep” Buquet <pep@bouah.net> | 2022-07-03 12:38:14 +0200 |
commit | 0391057163ee482f88552d16680d03d2143c2573 (patch) | |
tree | c1ed37045474f780c8068f73ec9f46dab42b9097 | |
parent | 48101a5b823157e6a0e47f1c0ce05fba97039d45 (diff) | |
download | poezio-0391057163ee482f88552d16680d03d2143c2573.tar.gz poezio-0391057163ee482f88552d16680d03d2143c2573.tar.bz2 poezio-0391057163ee482f88552d16680d03d2143c2573.tar.xz poezio-0391057163ee482f88552d16680d03d2143c2573.zip |
plugin_e2ee: log JID when no FPs can be found
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
-rw-r--r-- | poezio/plugin_e2ee.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/plugin_e2ee.py b/poezio/plugin_e2ee.py index 9b6a9fe4..8f3e5dd1 100644 --- a/poezio/plugin_e2ee.py +++ b/poezio/plugin_e2ee.py @@ -299,7 +299,7 @@ class E2EEPlugin(BasePlugin): ) else: self.api.information( - 'No fingerprints to display', + f'{jid}: No fingerprints to display', 'Info', ) |