Skip to content

Commit

Permalink
[Minor] Slightly improve debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Sep 4, 2019
1 parent 8cc97e3 commit d34ac17
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/libserver/html.c
Expand Up @@ -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) {
Expand Down

0 comments on commit d34ac17

Please sign in to comment.