diff options
| author | Richard W.M. Jones | 2014-08-26 22:31:08 +0200 |
|---|---|---|
| committer | Michael Tokarev | 2014-09-02 20:38:16 +0200 |
| commit | 41c2346716ff41df78062753128a87124f78ea29 (patch) | |
| tree | 7c2a9d332b3c8aefd515e708d5a5be5e344a976a /block | |
| parent | Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20140902-1' into ... (diff) | |
| download | qemu-41c2346716ff41df78062753128a87124f78ea29.tar.gz qemu-41c2346716ff41df78062753128a87124f78ea29.tar.xz 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')
| -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 |
