[Spice-commits] server/display-channel.c

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jun 8 17:22:44 UTC 2018


 server/display-channel.c |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 33d9c38554b41dab1390914ef79594b57218b06b
Author: Lukáš Hrázký <lhrazky at redhat.com>
Date:   Wed Jun 6 16:32:07 2018 +0200

    Remove excessive logging of an area being drawn
    
    Removes debug messages that are logged on every draw, spamming the log
    excessively when debugging.
    
    Signed-off-by: Lukáš Hrázký <lhrazky at redhat.com>
    Acked-by: Christophe Fergeau <cfergeau at redhat.com>

diff --git a/server/display-channel.c b/server/display-channel.c
index 229f2c0f..b74c1e95 100644
--- a/server/display-channel.c
+++ b/server/display-channel.c
@@ -1989,9 +1989,6 @@ void display_channel_draw(DisplayChannel *display, const SpiceRect *area, int su
     RedSurface *surface;
     Drawable *last;
 
-    spice_debug("surface %d: area ==>", surface_id);
-    rect_debug(area);
-
     spice_return_if_fail(surface_id >= 0 && surface_id < NUM_SURFACES);
     spice_return_if_fail(area);
     spice_return_if_fail(area->left >= 0 && area->top >= 0 &&


More information about the Spice-commits mailing list