From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37720) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMNOn-0008G6-FY for qemu-devel@nongnu.org; Tue, 26 Aug 2014 16:31:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XMNOc-00030l-ID for qemu-devel@nongnu.org; Tue, 26 Aug 2014 16:31:25 -0400 From: "Richard W.M. Jones" Date: Tue, 26 Aug 2014 21:31:08 +0100 Message-Id: <1409085068-18440-1-git-send-email-rjones@redhat.com> Subject: [Qemu-devel] [PATCH] curl: The macro that you have to uncomment to get debugging is DEBUG_CURL. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org Signed-off-by: Richard W.M. Jones --- block/curl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -// #define DEBUG +// #define DEBUG_CURL // #define DEBUG_VERBOSE #ifdef DEBUG_CURL -- 2.0.4