From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 3/3] libxl: Domain destroy: fork Date: Wed, 18 Mar 2015 12:28:40 +0000 Message-ID: <1426681720.18247.361.camel@citrix.com> References: <1426606259-9692-1-git-send-email-jfehlig@suse.com> <1426606259-9692-4-git-send-email-jfehlig@suse.com> <20150317180456.GD23662@zion.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150317180456.GD23662@zion.uk.xensource.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: Wei Liu Cc: Jim Fehlig , Ian.Jackson@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Tue, 2015-03-17 at 18:04 +0000, Wei Liu wrote: > > + } else { > > + LOGE(ERROR, > > + "xc_domain_destroy failed for %d (with difficult errno value %d)", > > Indentation is wrong. It is preferable to pull back the indentation of a string literal rather than wrap it in order to preserve grep-ability. How far back to pull it is a matter of preference I guess. Ian.