From d41db92e43eb472e2693b9c7246e9f6c891e5fee Mon Sep 17 00:00:00 2001
From: Stephan Bosch <stephan.bosch@open-xchange.com>
Date: Sun, 29 Sep 2024 01:50:59 +0200
Subject: [PATCH] lib-sieve: sieve-storage - Fix debug log message in
 sieve_storage_deactivate()

---
 src/lib-sieve/sieve-storage.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib-sieve/sieve-storage.c b/src/lib-sieve/sieve-storage.c
index 4c3cfe726..9cf3a69b9 100644
--- a/src/lib-sieve/sieve-storage.c
+++ b/src/lib-sieve/sieve-storage.c
@@ -980,7 +980,7 @@ int sieve_storage_deactivate(struct sieve_storage *storage, time_t mtime)
 		struct event_passthrough *e =
 			event_create_passthrough(storage->event)->
 			set_name("sieve_storage_deactivated");
-		e_debug(e->event(), "Storage activated");
+		e_debug(e->event(), "Storage deactivated");
 
 		sieve_storage_set_modified(storage, mtime);
 		(void)sieve_storage_sync_deactivate(storage);
-- 
GitLab