[Spice-commits] display/rop.c

Izik Eidus izik at kemper.freedesktop.org
Wed Apr 7 08:44:37 PDT 2010


 display/rop.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a540689af7c6901166b7e9690c5f1500ec8d6cae
Author: Izik Eidus <ieidus at redhat.com>
Date:   Wed Apr 7 18:49:53 2010 +0300

    qxl: change debug level of qxlcopybits
    
    area->left == src_pos->x && area->top ==src_pos->y does
    happen to us now that we run surfaces, we don`t need to
    keep printing this info into the user console
    
    Thanks
    
    Signed-off-by: Izik Eidus <ieidus at redhat.com>

diff --git a/display/rop.c b/display/rop.c
index 82cd723..2673ee5 100644
--- a/display/rop.c
+++ b/display/rop.c
@@ -744,7 +744,7 @@ static BOOL DoCopyBits(PDev *pdev, UINT32 surface_id, CLIPOBJ *clip, RECTL *area
     DEBUG_PRINT((pdev, 6, "%s\n", __FUNCTION__));
 
     if (area->left == src_pos->x && area->top == src_pos->y) {
-        DEBUG_PRINT((pdev, 0, "%s: NOP\n", __FUNCTION__));
+        DEBUG_PRINT((pdev, 6, "%s: NOP\n", __FUNCTION__));
         return TRUE;
     }
 


More information about the Spice-commits mailing list