Browse Source

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>
pull/5/merge
Richard W.M. Jones 12 years ago
committed by Michael Tokarev
parent
commit
41c2346716
  1. 2
      block/curl.c

2
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

Loading…
Cancel
Save