Displaying 1 result from an estimated 1 matches for "symmetricalize".
2005 Dec 26
1
[PATCH] symmetricalization of system info command xm info, top, dmesg and log
...But log''s error message differs from other 3 command''s error messages,
when parameter is given.
# xm log 1
Error: ''xm log'' requires 0 argument.
log Print the xend log
Other 3 commands ignore parameter.
I think it might be better symmetricalize.
Signed-off-by: Yoshinori Katase <y_katase@soft.fujitsu.com>
Best Regards,
Yoshinori Katase
diff -r 829517be689f tools/python/xen/xm/main.py
--- a/tools/python/xen/xm/main.py Fri Dec 23 15:42:46 2005
+++ b/tools/python/xen/xm/main.py Mon Dec 26 10:16:56 2005
@@ -625,6 +625,8 @...