summaryrefslogtreecommitdiff
path: root/poezio/core/handlers.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/core/handlers.py')
-rw-r--r--poezio/core/handlers.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/poezio/core/handlers.py b/poezio/core/handlers.py
index f6d9f304..b52f5d9d 100644
--- a/poezio/core/handlers.py
+++ b/poezio/core/handlers.py
@@ -1312,7 +1312,10 @@ class HandlerCore:
def _ssl_pop_tab(self, old_cert, new_cert):
def cb(result):
if result:
- self.core.information('New certificate accepted.', 'Info')
+ self.core.information(
+ 'New certificate accepted:\nnew: %s\nold: %s' % (
+ old_cert, new_cert),
+ 'Info')
log.debug('Setting certificate to %s', new_cert)
if not config.silent_set('certificate', new_cert):
self.core.information(