[Spice-devel] [PATCH qxl-wddm-dod 14/20] fixup! qxl-wddm-dod: Registry-based control over VSync
Frediano Ziglio
fziglio at redhat.com
Tue Mar 28 13:27:09 UTC 2017
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
More information about the Spice-devel
mailing list