qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] curl: The macro that you have to uncomment to get d


From: Richard W.M. Jones
Subject: [Qemu-devel] [PATCH] curl: The macro that you have to uncomment to get debugging is DEBUG_CURL.
Date: Tue, 26 Aug 2014 21:31:08 +0100

Signed-off-by: Richard W.M. Jones <address@hidden>
---
 block/curl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/block/curl.c b/block/curl.c
index 2698ae3..46f1082 100644
--- a/block/curl.c
+++ b/block/curl.c
@@ -26,7 +26,7 @@
 #include "qapi/qmp/qbool.h"
 #include <curl/curl.h>
 
-// #define DEBUG
+// #define DEBUG_CURL
 // #define DEBUG_VERBOSE
 
 #ifdef DEBUG_CURL
-- 
2.0.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]