From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44421) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axtaF-0000Cd-TS for qemu-devel@nongnu.org; Wed, 04 May 2016 05:59:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axta4-0002ff-DF for qemu-devel@nongnu.org; Wed, 04 May 2016 05:59:02 -0400 Date: Wed, 4 May 2016 11:58:18 +0200 From: Kevin Wolf Message-ID: <20160504095818.GA14972@noname.str.redhat.com> References: <1461906721-24714-1-git-send-email-zhoujie2011@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1461906721-24714-1-git-send-email-zhoujie2011@cn.fujitsu.com> Subject: Re: [Qemu-devel] [Qemu-block] [PATCH v4] block: always compile-check debug prints List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Zhou Jie Cc: qemu-devel@nongnu.org, eblake@redhat.com, qemu-block@nongnu.org Am 29.04.2016 um 07:12 hat Zhou Jie geschrieben: > Files with conditional debug statements should ensure that the printf is > always compiled. This prevents bitrot of the format string of the debug > statement. And switch debug output to stderr. > > Signed-off-by: Zhou Jie > Reviewed-by: Eric Blake Thanks, applied to block-next. Kevin