|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Hotplug scripts not working... xen/ia64 domU stopped wor
* Magenheimer, Dan (HP Labs Fort Collins) <dan.magenheimer@xxxxxx> [2005-11-30
10:49]:
> sys.exit(bugtool.main())
> File "/usr/lib/python/xen/util/bugtool.py", line 73, in main
> bugball.append(string_iterator('physinfo',
> prettyDict(xc,physinfo())))
^
The comma looks like a typo, but in the latest changeset, line 73 in my
tree looks like this:
bugball.append(string_iterator('physinfo', prettyDict(xc.physinfo())))
Not sure where that comma came from.
--
Ryan Harper
Software Engineer; Linux Technology Center
IBM Corp., Austin, Tx
(512) 838-9253 T/L: 678-9253
ryanh@xxxxxxxxxx
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|