From: Ian W. <del...@us...> - 2005-08-23 00:21:46
|
Update of /cvsroot/ipbench/ipbench2/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6673 Modified Files: ipbench.py Log Message: make debug go to stderr Index: ipbench.py =================================================================== RCS file: /cvsroot/ipbench/ipbench2/src/ipbench.py,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** ipbench.py 3 Aug 2005 23:44:25 -0000 1.32 --- ipbench.py 23 Aug 2005 00:21:37 -0000 1.33 *************** *** 18,22 **** global options if options.debug: ! print msg class IpbenchError(Exception): --- 18,22 ---- global options if options.debug: ! print >> sys.stderr, msg class IpbenchError(Exception): |