From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Cwzw2-000691-GA for mharc-grub-devel@gnu.org; Fri, 04 Feb 2005 04:39:30 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cwzvy-000682-T7 for grub-devel@gnu.org; Fri, 04 Feb 2005 04:39:27 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cwzvw-00067U-L3 for grub-devel@gnu.org; Fri, 04 Feb 2005 04:39:25 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CwztL-0005e1-C7 for grub-devel@gnu.org; Fri, 04 Feb 2005 04:36:44 -0500 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CwzES-0003m9-Pq for grub-devel@gnu.org; Fri, 04 Feb 2005 03:54:28 -0500 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 428ABF9BAAE3 for ; Fri, 4 Feb 2005 09:54:28 +0100 (CET) Received: from 127.0.0.1 ([127.0.0.1] helo=localhost) by ASSP-nospam ; 4 Feb 05 08:54:26 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Fri, 4 Feb 2005 09:55:14 +0100 User-Agent: KMail/1.7.1 References: <20050204061115.GA20463@miracle> In-Reply-To: <20050204061115.GA20463@miracle> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502040955.15469.okuji@enbug.org> Subject: Re: iterate return values X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 09:39:28 -0000 On Friday 04 February 2005 07:11, Hollis Blanchard wrote: > This one took waaay too long to track down. :( It is very difficult > to debug when the problem is that grub_errno has a stale value. It might be a good idea that grub_error can output an error immediately when debug mode is enabled. Okuji