From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44711) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOSzC-00018b-VK for qemu-devel@nongnu.org; Fri, 14 Mar 2014 10:21:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WOSz4-0000AT-Ch for qemu-devel@nongnu.org; Fri, 14 Mar 2014 10:21:22 -0400 Received: from mail-ee0-x230.google.com ([2a00:1450:4013:c00::230]:54362) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOSz4-0000AC-6k for qemu-devel@nongnu.org; Fri, 14 Mar 2014 10:21:14 -0400 Received: by mail-ee0-f48.google.com with SMTP id b57so792632eek.35 for ; Fri, 14 Mar 2014 07:21:13 -0700 (PDT) Date: Fri, 14 Mar 2014 15:21:10 +0100 From: Stefan Hajnoczi Message-ID: <20140314142110.GA5678@stefanha-thinkpad.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH] convert fprintf() calls to error_setg() in block/qed.c:bdrv_qed_create() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aakriti Gupta Cc: kwolf@redhat.com, qemu-devel@nongnu.org, Stefan Hajnoczi On Fri, Mar 14, 2014 at 06:05:47PM +0530, Aakriti Gupta wrote: > This patch converts fprintf() calls to error_setg() in > block/qed.c:bdrv_qed_create() > (error_setg() is part of error reporting API in include/qapi/error.h) > > Signed-off-by: Aakriti Gupta > --- > block/qed.c | 8 ++++---- > 1 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/VERSION b/VERSION > index 536bc46..32c79ec 100644 > --- a/VERSION > +++ b/VERSION > @@ -1 +1 @@ > -1.7.50 > +1.7.90 This snuck into the patch. Please drop it, double-check the commit is clean using git-show(1), and send another revision of this patch using git-send-email --subject-prefix 'PATCH v2' .... Thanks, Stefan