From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: function snprintf() in xen_save_domain.c for debugged Date: Fri, 21 Feb 2014 10:30:09 +0100 Message-ID: <20140221093009.GA3187@aepfle.de> References: <20140203131144.GA31275@aepfle.de> <1391583040.24823.YahooMailNeo@web161802.mail.bf1.yahoo.com> <20140205123908.GA1198@aepfle.de> <1391689706.75705.YahooMailNeo@web161806.mail.bf1.yahoo.com> <20140206214018.GA14658@aepfle.de> <1391807749.53657.YahooMailNeo@web161801.mail.bf1.yahoo.com> <20140207222247.GA23234@aepfle.de> <1392796739.73315.YahooMailNeo@web161801.mail.bf1.yahoo.com> <20140219141207.GA9631@aepfle.de> <1392967119.28200.YahooMailNeo@web161805.mail.bf1.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1392967119.28200.YahooMailNeo@web161805.mail.bf1.yahoo.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: Adel Amani Cc: Xen List-Id: xen-devel@lists.xenproject.org On Thu, Feb 20, Adel Amani wrote: > + lvl = si.flags & XCFLAGS_DEBUG ? XTL_DEBUG: XTL_DETAIL; Please follow the code and check how si.flags gets its values. The "@@ " markers are from diff(1), so that patch(1) can do its work. Olaf