diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-09-17 15:00:16 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-09-17 15:00:16 +0100 |
commit | 76ded6d52cd1a762280393fb79a1cde4539e00dd (patch) | |
tree | 9014344b23f3ff67f45036754ddb981017cd8e23 /src/libutil/map.c | |
parent | 35a0a7e2e02a8b35da0d02f94522aa1294d4da9d (diff) | |
download | rspamd-76ded6d52cd1a762280393fb79a1cde4539e00dd.tar.gz rspamd-76ded6d52cd1a762280393fb79a1cde4539e00dd.zip |
[Minor] Small tweaks for maps read logic
Diffstat (limited to 'src/libutil/map.c')
-rw-r--r-- | src/libutil/map.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/map.c b/src/libutil/map.c index 24dc2755a..19612f8ff 100644 --- a/src/libutil/map.c +++ b/src/libutil/map.c @@ -295,6 +295,7 @@ http_map_finish (struct rspamd_http_connection *conn, if (msg->code == 200) { if (cbd->check) { + msg_info_map ("need to reread map from %s", cbd->bk->uri); cbd->periodic->need_modify = TRUE; /* Reset the whole chain */ cbd->periodic->cur_backend = 0; |