[Spice-devel] [PATCH] display/res: add a debug print level 9
Alon Levy
alevy at redhat.com
Wed Jul 6 05:34:58 PDT 2011
---
display/res.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/display/res.c b/display/res.c
index 146a918..9bbdb06 100644
--- a/display/res.c
+++ b/display/res.c
@@ -264,6 +264,8 @@ static void WaitForCmdRing(PDev* pdev)
if (!wait) {
break;
}
+ DEBUG_PRINT((pdev, 9, "%s: 0x%lx\n", __FUNCTION__, pdev));
+
#ifdef DBG
{
LARGE_INTEGER timeout; // 1 => 100 nanoseconds
--
1.7.5.4
More information about the Spice-devel
mailing list