From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53080) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKNsF-0005GH-S3 for qemu-devel@nongnu.org; Thu, 21 Aug 2014 04:37:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XKNsB-0001vb-1B for qemu-devel@nongnu.org; Thu, 21 Aug 2014 04:37:35 -0400 Date: Thu, 21 Aug 2014 10:37:24 +0200 From: Kevin Wolf Message-ID: <20140821083724.GF4452@noname.redhat.com> References: <1408546958-10074-1-git-send-email-mjt@msgid.tls.msk.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1408546958-10074-1-git-send-email-mjt@msgid.tls.msk.ru> Subject: Re: [Qemu-devel] [PATCH v2] block/vvfat.c: remove debugging code to reinit stderr if NULL List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev Cc: qemu-trivial@nongnu.org, peter.maydell@linaro.org, qemu-devel@nongnu.org, stefanha@redhat.com Am 20.08.2014 um 17:02 hat Michael Tokarev geschrieben: > Just log to stderr unconditionally, like other similar code does. > > Signed-off-by: Michael Tokarev > Reviewed-by: Peter Maydell > --- > block/vvfat.c | 9 --------- > 1 file changed, 9 deletions(-) > > v2: also remove stderr redefinition Thanks, applied to the block branch. Kevin