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

Alon Levy alevy at redhat.com
Thu Jul 7 02:43:19 PDT 2011


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

diff --git a/miniport/qxl.c b/miniport/qxl.c
index 4747cd9..05a660b 100644
--- a/miniport/qxl.c
+++ b/miniport/qxl.c
@@ -428,7 +428,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));
 
@@ -455,7 +455,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.4



More information about the Spice-devel mailing list