From 0a381b088da83d5400681d272174508fdbd79116 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 17 May 2018 15:08:11 +0100 Subject: [PATCH] [Minor] Improve fuzzy updates logging --- src/fuzzy_storage.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/fuzzy_storage.c b/src/fuzzy_storage.c index e0db2182c..c45a998ca 100644 --- a/src/fuzzy_storage.c +++ b/src/fuzzy_storage.c @@ -527,6 +527,8 @@ rspamd_fuzzy_updates_cb (gboolean success, void *ud) } } + msg_info ("successfully updated fuzzy storage: %d updates processed", + ctx->updates_pending->len); /* Clear updates */ ctx->updates_pending->len = 0; rspamd_fuzzy_backend_version (ctx->backend, source, -- 2.39.5