From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34272) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwGhX-0002qw-4h for qemu-devel@nongnu.org; Mon, 08 Jul 2013 15:02:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwGhV-0002a5-Pu for qemu-devel@nongnu.org; Mon, 08 Jul 2013 15:02:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5076) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwGhV-0002Zy-IF for qemu-devel@nongnu.org; Mon, 08 Jul 2013 15:02:17 -0400 Date: Mon, 8 Jul 2013 15:00:12 -0400 From: Luiz Capitulino Message-ID: <20130708150012.748e2cd5@redhat.com> In-Reply-To: References: <51D4E5D6.6050404@hds.com> <20130708141749.1cc166ac@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v6] add timestamp to error_report() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Seiji Aguchi Cc: "kwolf@redhat.com" , "aliguori@us.ibm.com" , "stefanha@gmail.com" , "mtosatti@redhat.com" , "qemu-devel@nongnu.org" , "armbru@redhat.com" , "dle-develop@lists.sourceforge.net" , Tomoki Sekiyama , "pbonzini@redhat.com" , "lersek@redhat.com" On Mon, 8 Jul 2013 18:47:24 +0000 Seiji Aguchi wrote: > > > +DEF("msg", HAS_ARG, QEMU_OPTION_msg, > > > + "-msg timestamp[=on|off]\n" > > > + " change the format of messages\n" > > > + " on|off controls leading timestamps (default:on)\n", > > > > Did you really intend to say it's on by default? Because it's actually > > disabled by default. I prefer having this disabled btw, and I can fix it > > myself before applying if that's what you intended. > > > My default is "-msg timestamp". > Why do you think it is actually disabled by default? Oh, for some reason I assumed you wanted the timestamps to show up even when -msg is not passed. But now I see that it's on by default only if -msg timestamp is passed. Seems reasonable. Applied to the qmp branch, thanks.