[svn] r6234 - trunk/tools/dstat
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Mon Mar 24 20:59:44 CET 2008
Author: dag
Date: 2008-03-24 19:59:43 +0000 (Mon, 24 Mar 2008)
New Revision: 6234
Modified:
trunk/tools/dstat/dstat
Log:
Updates
Modified: trunk/tools/dstat/dstat
===================================================================
--- trunk/tools/dstat/dstat 2008-03-24 17:29:18 UTC (rev 6233)
+++ trunk/tools/dstat/dstat 2008-03-24 19:59:43 UTC (rev 6234)
@@ -1626,6 +1626,11 @@
line = line + ','
outputfile.write(line + '\n')
+def info(level, str):
+ "Output info message"
+# if level <= op.verbose:
+ print >>sys.stderr, str
+
def die(ret, str):
"Print error and exit with errorcode"
print >>sys.stderr, str
More information about the svn-commits
mailing list