Browse Source

[Minor] Reduce debug noise for maps

tags/2.1
Vsevolod Stakhov 4 years ago
parent
commit
cc5a2dab9b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/libutil/map.c

+ 1
- 1
src/libutil/map.c View 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);


Loading…
Cancel
Save