WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] xm: Make xm's printout of security errors

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] xm: Make xm's printout of security errors look better
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 31 Mar 2008 09:00:09 -0700
Delivery-date: Mon, 31 Mar 2008 09:00:03 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1206956239 -3600
# Node ID 5dfdf95db75c90c95109418ae10aa88228be797a
# Parent  d8fc3b73fb76147d391f6664f31b0ec626beadd3
xm: Make xm's printout of security errors look better

Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxx>
---
 tools/python/xen/xm/XenAPI.py |    1 +
 1 files changed, 1 insertion(+)

diff -r d8fc3b73fb76 -r 5dfdf95db75c tools/python/xen/xm/XenAPI.py
--- a/tools/python/xen/xm/XenAPI.py     Mon Mar 31 10:35:35 2008 +0100
+++ b/tools/python/xen/xm/XenAPI.py     Mon Mar 31 10:37:19 2008 +0100
@@ -64,6 +64,7 @@ errormap = {
     "HANDLE_INVALID": N_("The %(1)s handle %(2)s is invalid."),
     "OPERATION_NOT_ALLOWED": N_("You attempted an operation that was not 
allowed."),
     "NETWORK_ALREADY_CONNECTED": N_("The network you specified already has a 
PIF attached to it, and so another one may not be attached."),
+    "SECURITY_ERROR": N_("%(2)s"),
     }
 
 translation = gettext.translation('xen-xm', fallback = True)

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] xm: Make xm's printout of security errors look better, Xen patchbot-unstable <=