From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2 0/4] libxl: use LOG() macro where appropriate Date: Wed, 7 Oct 2015 12:52:51 +0100 Message-ID: <1444218771.1410.23.camel@citrix.com> References: <1443797801-27332-1-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZjnHD-000111-2w for xen-devel@lists.xenproject.org; Wed, 07 Oct 2015 11:52:55 +0000 In-Reply-To: <1443797801-27332-1-git-send-email-wei.liu2@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: Wei Liu , Xen-devel Cc: Ian Jackson List-Id: xen-devel@lists.xenproject.org On Fri, 2015-10-02 at 15:56 +0100, Wei Liu wrote: > There are mixed usage of different logging macros. Ideally we only use > one > style to avoid confusion. > > Rebased on top of staging. Applied, thanks.