From 5b89bca293d609ec2685e241871b0df46a1a984a Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 7 Nov 2019 14:42:38 +0000 Subject: [PATCH] [Minor] Improve logging --- src/fuzzy_storage.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/fuzzy_storage.c b/src/fuzzy_storage.c index f8b18b78a..c7b774d93 100644 --- a/src/fuzzy_storage.c +++ b/src/fuzzy_storage.c @@ -2020,8 +2020,10 @@ start_fuzzy (struct rspamd_worker *worker) } if (worker->index == 0 && ctx->updates_pending->len > 0) { + msg_info_config ("start another event loop to sync fuzzy storage"); rspamd_fuzzy_process_updates_queue (ctx, local_db_name, FALSE); ev_loop (ctx->event_loop, 0); + msg_info_config ("sync cycle is done"); } rspamd_fuzzy_backend_close (ctx->backend); -- 2.39.5