From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NWpjm-0007I7-0g for qemu-devel@nongnu.org; Mon, 18 Jan 2010 06:25:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NWpjg-0007GD-P7 for qemu-devel@nongnu.org; Mon, 18 Jan 2010 06:25:37 -0500 Received: from [199.232.76.173] (port=56128 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWpjg-0007Fu-Hr for qemu-devel@nongnu.org; Mon, 18 Jan 2010 06:25:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:14701) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NWpjf-0004vk-P5 for qemu-devel@nongnu.org; Mon, 18 Jan 2010 06:25:32 -0500 Message-ID: <4B544526.8090309@redhat.com> Date: Mon, 18 Jan 2010 12:25:26 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <4B50CAEA.6070900@web.de> <4B5428C5.4050309@redhat.com> <4B543618.9030602@web.de> <4B543C33.1070701@redhat.com> <4B5442B5.5070409@web.de> In-Reply-To: <4B5442B5.5070409@web.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH][STABLE] Drop debug printfs from qemu_chr_parse_compat List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Anthony Liguori , qemu-devel >>>> While you are at it, can you also zap this debug leftover? >>> >>> Looks like there are three of them in qemu_chr_parse_compat - kill >>> them all? >> >> Yes. >> >> thanks, >> Gerd >> > > Signed-off-by: Jan Kiszka Acked-by: Gerd Hoffmann > - fprintf(stderr, "udp #1\n"); > - fprintf(stderr, "udp #2\n"); > - fprintf(stderr, "%s: fail on \"%s\"\n", __FUNCTION__, filename); cheers, Gerd