]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Reduce debug noise for maps
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 18 Oct 2019 10:53:02 +0000 (11:53 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 18 Oct 2019 10:53:02 +0000 (11:53 +0100)
src/libutil/map.c

index 02e3913a4986bdffb90912aff35e9e4964a42478..9a9da740a7b2bbcf883c5397200389ae1c558469 100644 (file)
@@ -586,7 +586,7 @@ read_map_file_chunks (struct rspamd_map *map, struct map_cb_data *cbdata,
 
        while ((r = read (fd, pos, avail)) > 0) {
                gchar *end = bytes + (pos - bytes) + r;
-               msg_info_map ("%s: read map chunk, %z bytes", fname,
+               msg_debug_map ("%s: read map chunk, %z bytes", fname,
                                r);
                pos = map->read_callback (bytes, end - bytes, cbdata, r == len);