From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] libxl: don't print out function name in log twice Date: Thu, 21 Aug 2014 23:49:01 +0100 Message-ID: <1408661341.15186.13.camel@citrix.com> References: <1406893001-7551-1-git-send-email-wei.liu2@citrix.com> <1406902355.16928.1.camel@Solace> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1406902355.16928.1.camel@Solace> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Dario Faggioli Cc: Ian Jackson , Wei Liu , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Fri, 2014-08-01 at 16:12 +0200, Dario Faggioli wrote: > On ven, 2014-08-01 at 12:36 +0100, Wei Liu wrote: > > The LOG macro already prints out function names. No need to explictly > > use "__func__" in log message. > > > > Signed-off-by: Wei Liu > > Cc: Ian Campbell > > Cc: Ian Jackson > > > Reviewed-by: Dario Faggioli Applied, thanks.