diff mbox

curl: The macro that you have to uncomment to get debugging is DEBUG_CURL.

Message ID 1409085068-18440-1-git-send-email-rjones@redhat.com
State New
Headers show

Commit Message

Richard W.M. Jones Aug. 26, 2014, 8:31 p.m. UTC
Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
---
 block/curl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Michael Tokarev Aug. 27, 2014, 1:49 p.m. UTC | #1
Applied to -trivial ;), thank you!

/mjt
diff mbox

Patch

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