From: Richard W.M. Jones Date: Tue, 26 Aug 2014 20:31:08 +0000 (+0100) Subject: curl: The macro that you have to uncomment to get debugging is DEBUG_CURL. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=41c2346716ff41df78062753128a87124f78ea29;p=qemu.git curl: The macro that you have to uncomment to get debugging is DEBUG_CURL. Signed-off-by: Richard W.M. Jones Signed-off-by: Michael Tokarev --- diff --git a/block/curl.c b/block/curl.c index 025833994c..938f9d94e8 100644 --- a/block/curl.c +++ b/block/curl.c @@ -26,7 +26,7 @@ #include "qapi/qmp/qbool.h" #include -// #define DEBUG +// #define DEBUG_CURL // #define DEBUG_VERBOSE #ifdef DEBUG_CURL