From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH 1/5] sg-report-flight: Use `bodyprint' and `bodyprintf' Date: Tue, 30 Jun 2015 15:22:17 +0100 Message-ID: <1435674137.21469.193.camel@citrix.com> References: <1435672148-6183-1-git-send-email-ian.jackson@eu.citrix.com> <1435672148-6183-2-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Z9wQv-0004Gv-2C for xen-devel@lists.xenproject.org; Tue, 30 Jun 2015 14:22:45 +0000 In-Reply-To: <1435672148-6183-2-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Tue, 2015-06-30 at 14:49 +0100, Ian Jackson wrote: > This will allows us to divert the output so that we can (optionally) > produce email headers too. We move the error checking into the > function, obviously. > > For now, this is a simple replacement with no functional change, > except that some call sites now have error checking which previously > did not. > > Signed-off-by: Ian Jackson Acked-by: Ian Campbell