summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--poezio/plugin_e2ee.py2
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',
)