From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Limpach Subject: Re: [PATCH] fix error handler index in xm Date: Wed, 24 Aug 2005 16:48:55 +0100 Message-ID: <3d8eece205082408487c9e6812@mail.gmail.com> References: Reply-To: Christian.Limpach@cl.cam.ac.uk Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Dan Smith Cc: "List: Xen Developers" List-Id: xen-devel@lists.xenproject.org On 8/23/05, Dan Smith wrote: > This patch fixes a typo in xm's main.py. This fixes the exception > thrown when doing, for example, "xm domid" on a non-existent domain. I've reverted this check-in because with the change applied, the error messages are incorrect: moonbase-0:~# xm destroy vm7 Error: Domain 'bogus' not found when running 'xm destroy' Please provide before/after examples when sending patches to the tools. christian