From patchwork Wed Sep 3 06:35:26 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tokarev X-Patchwork-Id: 385409 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id E9DCD140216 for ; Wed, 3 Sep 2014 16:42:59 +1000 (EST) Received: from localhost ([::1]:42663 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XP4HR-0000XN-Sx for incoming@patchwork.ozlabs.org; Wed, 03 Sep 2014 02:42:57 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44889) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XP4Gl-0007fE-4N for qemu-devel@nongnu.org; Wed, 03 Sep 2014 02:42:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XP4Gd-0007CD-Q4 for qemu-devel@nongnu.org; Wed, 03 Sep 2014 02:42:15 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:42708) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XP4Gd-0007Bn-Ir; Wed, 03 Sep 2014 02:42:07 -0400 Received: from tsrv.corpit.ru (tsrv.tls.msk.ru [192.168.177.2]) by isrv.corpit.ru (Postfix) with ESMTP id F195040767; Wed, 3 Sep 2014 10:42:05 +0400 (MSK) Received: from tls.msk.ru (mjt.vpn.tls.msk.ru [192.168.177.99]) by tsrv.corpit.ru (Postfix) with SMTP id F12396E0; Wed, 3 Sep 2014 10:35:36 +0400 (MSK) Received: (nullmailer pid 1604 invoked by uid 1000); Wed, 03 Sep 2014 06:35:35 -0000 From: Michael Tokarev To: qemu-devel@nongnu.org Date: Wed, 3 Sep 2014 10:35:26 +0400 Message-Id: <1409726135-1547-2-git-send-email-mjt@msgid.tls.msk.ru> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1409726135-1547-1-git-send-email-mjt@tls.msk.ru> References: <1409726135-1547-1-git-send-email-mjt@tls.msk.ru> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 86.62.121.231 Cc: qemu-trivial@nongnu.org, Michael Tokarev , "Richard W.M. Jones" Subject: [Qemu-devel] [PULL 01/10] curl: The macro that you have to uncomment to get debugging is DEBUG_CURL. X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: "Richard W.M. Jones" Signed-off-by: Richard W.M. Jones Signed-off-by: Michael Tokarev --- block/curl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block/curl.c b/block/curl.c index 0258339..938f9d9 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