|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH][XM-TEST] Clean up debugging output
This patch prevents the xm-test console library from duplicating the debugging output, when it's turned on. This just makes it easier to read. Signed-off-by: Dan Smith <danms@xxxxxxxxxx> diff -r 6e2225934d84 tools/xm-test/lib/XmTestLib/Console.py
--- a/tools/xm-test/lib/XmTestLib/Console.py Tue Nov 8 13:41:25 2005
+++ b/tools/xm-test/lib/XmTestLib/Console.py Tue Nov 8 12:20:08 2005
@@ -83,8 +83,6 @@
raise ConsoleError("Console didn't respond")
def __addToHistory(self, line):
- if self.debugMe:
- print ">" + line
self.historyBuffer.append(line);
self.historyLines += 1;
if self.historyLines > self.historyLimit:
-- Dan Smith IBM Linux Technology Center Open Hypervisor Team email: danms@xxxxxxxxxx _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |