diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-05-17 15:08:11 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-05-17 15:08:11 +0100 |
commit | 0a381b088da83d5400681d272174508fdbd79116 (patch) | |
tree | 6deccf9cb907187f4e7b15c64739cbdfb0eeb2e7 /src | |
parent | 1ce6f7f5362db73554a4751d54d96ffdfe250808 (diff) | |
download | rspamd-0a381b088da83d5400681d272174508fdbd79116.tar.gz rspamd-0a381b088da83d5400681d272174508fdbd79116.zip |
[Minor] Improve fuzzy updates logging
Diffstat (limited to 'src')
-rw-r--r-- | src/fuzzy_storage.c | 2 |
1 files changed, 2 insertions, 0 deletions
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, |