commit cc5a2da: [Minor] Reduce debug noise for maps

Vsevolod Stakhov vsevolod at highsecure.ru
Fri Oct 18 10:56:10 UTC 2019


Author: Vsevolod Stakhov
Date: 2019-10-18 11:53:02 +0100
URL: https://github.com/rspamd/rspamd/commit/cc5a2dab9bba0aecf1fbc51877d63a0f4b1fc890 (HEAD -> master)

[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);
 


More information about the Commits mailing list