Kaynağa Gözat

[Minor] Slightly improve debug logging

tags/2.0
Vsevolod Stakhov 4 yıl önce
ebeveyn
işleme
d34ac172d7
1 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  1. 4
    1
      src/libserver/html.c

+ 4
- 1
src/libserver/html.c Dosyayı Görüntüle

bl->font_color.d.comp.alpha < 10) { bl->font_color.d.comp.alpha < 10) {


bl->visible = FALSE; 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) { if (!bl->visible) {

Loading…
İptal
Kaydet