diff options
-rw-r--r-- | src/libserver/html.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/libserver/html.c b/src/libserver/html.c index 014beff18..73bf05440 100644 --- a/src/libserver/html.c +++ b/src/libserver/html.c @@ -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) { |