[netperf-dev] netperf2 commit notice r150 - trunk/src

raj at netperf.org raj at netperf.org
Wed Oct 24 17:13:10 PDT 2007


Author: raj
Date: 2007-10-24 17:13:09 -0700 (Wed, 24 Oct 2007)
New Revision: 150

Modified:
   trunk/src/netsh.c
Log:
remove an unnecessary printf

Modified: trunk/src/netsh.c
===================================================================
--- trunk/src/netsh.c	2007-10-25 00:12:27 UTC (rev 149)
+++ trunk/src/netsh.c	2007-10-25 00:13:09 UTC (rev 150)
@@ -592,7 +592,6 @@
 	/* it doesn't make much sense to use convert() here so just
 	   use strtod() instead. raj 2007-10-24 */
 	interval = strtod(arg2,NULL)/100.0;
-	printf("interval is %g\n",interval);
       }
       /* make sure that iteration_min and iteration_max are at least
 	 at a reasonable default value.  if a -i option has previously



More information about the netperf-dev mailing list