[Spice-devel] [PATCH qxl-win] miniport/qxl: raise loglevel for mode prints

Alon Levy alevy at redhat.com
Mon Jun 20 03:59:33 PDT 2011


---
 miniport/qxl.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/miniport/qxl.c b/miniport/qxl.c
index a44f72c..412c4e7 100644
--- a/miniport/qxl.c
+++ b/miniport/qxl.c
@@ -424,7 +424,7 @@ VP_STATUS SetVideoModeInfo(QXLExtension *dev, PVIDEO_MODE_INFORMATION video_mode
 {
     ULONG color_bits;
     PAGED_CODE();
-    DEBUG_PRINT((dev, 0, "%s: x %u y %u bits %u stride %u orientation %u\n",
+    DEBUG_PRINT((dev, 5, "%s: x %u y %u bits %u stride %u orientation %u\n",
                  __FUNCTION__, qxl_mode->x_res, qxl_mode->y_res,
                  qxl_mode->bits, qxl_mode->stride, qxl_mode->orientation));
 
@@ -451,7 +451,7 @@ VP_STATUS SetVideoModeInfo(QXLExtension *dev, PVIDEO_MODE_INFORMATION video_mode
     video_mode->VideoMemoryBitmapWidth = qxl_mode->x_res;
     video_mode->VideoMemoryBitmapHeight = qxl_mode->y_res;
     video_mode->DriverSpecificAttributeFlags = qxl_mode->orientation;
-    DEBUG_PRINT((dev, 0, "%s OK\n", __FUNCTION__));
+    DEBUG_PRINT((dev, 5, "%s OK\n", __FUNCTION__));
     return NO_ERROR;
 }
 
-- 
1.7.5.2



More information about the Spice-devel mailing list