--- a/tools/python/xen/xm/main.py 2005-10-12 07:00:27.000000000 -0700 +++ b/tools/python/xen/xm/main.py 2005-10-13 13:54:06.261160568 -0700 @@ -233,7 +233,7 @@ if use_long: for dom in doms: - PrettyPrint.prettyprint(doms) + PrettyPrint.prettyprint(dom) else: domsinfo = map(parse_doms_info, doms)