[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] xend: Remove warning message from xend.log
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1268814677 0 # Node ID 499a11c1c25e509c04a050a405040aa3dcb66e3d # Parent c1f272c3a4411ac40c60c31f925c2cb56e76dc83 xend: Remove warning message from xend.log When I created a domain, I saw the following warning message in xend.log. This patch removes the message from xend.log. [2010-03-16 19:04:16 3623] WARNING (XendConfig:872) Unconverted key: Description Signed-off-by: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx> --- tools/python/xen/xend/XendConfig.py | 1 + 1 files changed, 1 insertion(+) diff -r c1f272c3a441 -r 499a11c1c25e tools/python/xen/xend/XendConfig.py --- a/tools/python/xen/xend/XendConfig.py Mon Mar 15 17:08:29 2010 +0000 +++ b/tools/python/xen/xend/XendConfig.py Wed Mar 17 08:31:17 2010 +0000 @@ -233,6 +233,7 @@ XENAPI_CFG_TYPES = { 's3_integrity' : int, 'superpages' : int, 'memory_sharing': int, + 'Description': str, } # List of legacy configuration keys that have no equivalent in the _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |