[PATCH qxl-wddm-dod 14/20] fixup! qxl-wddm-dod: Registry-based control over VSync

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



No reason to worry for registry problems, is more information
stuff.
---
 qxldod/driver.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/qxldod/driver.cpp b/qxldod/driver.cpp
index 769eaef..bd7971f 100755
--- a/qxldod/driver.cpp
+++ b/qxldod/driver.cpp
@@ -45,12 +45,12 @@ static void QueryVSyncSetting(BOOLEAN& b, const UNICODE_STRING *path)
     NTSTATUS status = RtlQueryRegistryValues(RTL_REGISTRY_ABSOLUTE, buffer, QueryTable, NULL, NULL);
     if (NT_SUCCESS(status))
     {
-        DbgPrint(TRACE_LEVEL_WARNING, ("%s: val = %d\n", __FUNCTION__, val));
+        DbgPrint(TRACE_LEVEL_INFORMATION, ("%s: val = %d\n", __FUNCTION__, val));
         b = !!val;
     }
     else
     {
-        DbgPrint(TRACE_LEVEL_WARNING, ("%s: status = %X\n", __FUNCTION__, status));
+        DbgPrint(TRACE_LEVEL_INFORMATION, ("%s: status = %X\n", __FUNCTION__, status));
     }
 }
 
-- 
2.9.3

_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/spice-devel




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]