Browse Source

[Minor] Slightly improve debug logging

tags/2.0
Vsevolod Stakhov 4 years ago
parent
commit
d34ac172d7
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      src/libserver/html.c

+ 4
- 1
src/libserver/html.c View File

@@ -3080,7 +3080,10 @@ rspamd_html_process_part_full (rspamd_mempool_t *pool, struct html_content *hc,
bl->font_color.d.comp.alpha < 10) {

bl->visible = FALSE;
msg_debug_html ("tag is not visible");
msg_debug_html ("tag is not visible: font size: "
"%d, alpha: %d",
(int)bl->font_size,
(int)bl->font_color.d.comp.alpha);
}

if (!bl->visible) {

Loading…
Cancel
Save