From d34ac172d7a1bc82fbb4ba0d920005dc062194a5 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 4 Sep 2019 14:59:55 +0100 Subject: [PATCH] [Minor] Slightly improve debug logging --- src/libserver/html.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/libserver/html.c b/src/libserver/html.c index 014beff18f..73bf054406 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) { -- 2.47.3