From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35803) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwZqc-0001oY-8R for qemu-devel@nongnu.org; Thu, 25 Aug 2011 09:19:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QwZqb-0005N9-Ef for qemu-devel@nongnu.org; Thu, 25 Aug 2011 09:19:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43131) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwZqb-0005N3-5Q for qemu-devel@nongnu.org; Thu, 25 Aug 2011 09:19:53 -0400 Message-ID: <4E564CA9.1060903@redhat.com> Date: Thu, 25 Aug 2011 15:22:49 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1314257035-7328-1-git-send-email-freddy77@gmail.com> In-Reply-To: <1314257035-7328-1-git-send-email-freddy77@gmail.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] qcow2: use always stderr for debugging List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Frediano Ziglio Cc: qemu-devel@nongnu.org Am 25.08.2011 09:23, schrieb Frediano Ziglio: > let all DEBUG_ALLOC2 printf goes to stderr > > Signed-off-by: Frediano Ziglio Thanks, applied to the block branch. Kevin