From 11511168dce19f3c8f4ea8ce6eb927fac8f35803 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 13 May 2025 13:32:35 +0200 Subject: [PATCH] Cleanup --- RNS/Destination.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNS/Destination.py b/RNS/Destination.py index 11ee053..7f97c23 100755 --- a/RNS/Destination.py +++ b/RNS/Destination.py @@ -642,7 +642,7 @@ class Destination: RNS.log(f"Decryption still failing after ratchet reload. The contained exception was: {e}", RNS.LOG_ERROR) raise e - RNS.log("Decryption succeeded after ratchet reload", RNS.LOG_NOTICE) + if decrypted: RNS.log("Decryption succeeded after ratchet reload", RNS.LOG_NOTICE) return decrypted