From cc5a2dab9bba0aecf1fbc51877d63a0f4b1fc890 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 18 Oct 2019 11:53:02 +0100 Subject: [PATCH] [Minor] Reduce debug noise for maps --- src/libutil/map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libutil/map.c b/src/libutil/map.c index 02e3913a4..9a9da740a 100644 --- a/src/libutil/map.c +++ b/src/libutil/map.c @@ -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); -- 2.39.5