diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2014-08-26 21:31:08 +0100 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2014-09-02 22:38:16 +0400 |
commit | 41c2346716ff41df78062753128a87124f78ea29 (patch) | |
tree | 7c2a9d332b3c8aefd515e708d5a5be5e344a976a /block/curl.c | |
parent | 30eaca3acdf17d7bcbd1213eb149c02037edfb0b (diff) | |
download | qemu-41c2346716ff41df78062753128a87124f78ea29.zip |
curl: The macro that you have to uncomment to get debugging is DEBUG_CURL.
Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'block/curl.c')
-rw-r--r-- | block/curl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <curl/curl.h> -// #define DEBUG +// #define DEBUG_CURL // #define DEBUG_VERBOSE #ifdef DEBUG_CURL |