[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [XM] Fix typo in 'xm vcpu-list' header.
# HG changeset patch # User kfraser@xxxxxxxxxxxxxxxxxxxxx # Node ID 21609e7f5a49a30c2d8ec978148a2317ad70bd0e # Parent c98ca86138a7422cdf9b15d87c95619b7277bb6a [XM] Fix typo in 'xm vcpu-list' header. Signed-off-by: Amos Waterland <apw@xxxxxxxxxx> --- tools/python/xen/xm/main.py | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r c98ca86138a7 -r 21609e7f5a49 tools/python/xen/xm/main.py --- a/tools/python/xen/xm/main.py Thu Dec 14 11:37:14 2006 +0000 +++ b/tools/python/xen/xm/main.py Thu Dec 14 11:39:40 2006 +0000 @@ -709,7 +709,7 @@ def xm_vcpu_list(args): dominfo = map(server.xend.domain.getVCPUInfo, doms) print '%-32s %3s %5s %5s %5s %9s %s' % \ - ('Name', 'ID', 'VCPUs', 'CPU', 'State', 'Time(s)', 'CPU Affinity') + ('Name', 'ID', 'VCPU', 'CPU', 'State', 'Time(s)', 'CPU Affinity') format = '%(name)-32s %(domid)3d %(number)5d %(c)5s %(s)5s ' \ ' %(cpu_time)8.1f %(cpumap)s' _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |