mirror of https://github.com/neutrinolabs/xrdp
Hand-apply patch (reduce logging in xorg/X11R7.6/rdp/rdpdraw.c) from Authentic8: 44a1390
This commit is contained in:
parent
d0338287f6
commit
92a781e1e6
|
@ -555,7 +555,7 @@ remove_empties(rdpPixmapRec* priv)
|
|||
{
|
||||
if (!RegionNotEmpty(di->reg))
|
||||
{
|
||||
LLOGLN(0, ("remove_empties: removing empty item type %d", di->type));
|
||||
LLOGLN(10, ("remove_empties: removing empty item type %d", di->type));
|
||||
draw_item_remove(priv, di);
|
||||
di = di_prev == 0 ? priv->draw_item_head : di_prev->next;
|
||||
rv++;
|
||||
|
|
Loading…
Reference in New Issue