From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] tools/xc: restore logging in xc_save Date: Wed, 13 Feb 2013 15:22:44 +0100 Message-ID: <20130213142244.GB22106@aepfle.de> References: <1359972720.5281.20.camel@zakaz.uk.xensource.com> <20130213134730.GA19050@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20130213134730.GA19050@aepfle.de> 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 Campbell Cc: "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On Wed, Feb 13, Olaf Hering wrote: > What do you think about this approach? I think its not perfect. If XTL_STDIOSTREAM_SHOW_PID or XTL_STDIOSTREAM_SHOW_DATE is requested, then both will not be printed. I will let stdiostream_vmessage print the message if the output is not a tty. Olaf