qemu-trivial
[Top][All Lists]
Advanced

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

[Qemu-trivial] [PULL 01/10] curl: The macro that you have to uncomment t


From: Michael Tokarev
Subject: [Qemu-trivial] [PULL 01/10] curl: The macro that you have to uncomment to get debugging is DEBUG_CURL.
Date: Wed, 3 Sep 2014 10:35:26 +0400

From: "Richard W.M. Jones" <address@hidden>

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

diff --git a/block/curl.c b/block/curl.c
index 0258339..938f9d9 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
-- 
1.7.10.4




reply via email to

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