[netperf-dev] netperf2 commit notice r235 - trunk/src
raj at netperf.org
raj at netperf.org
Thu Feb 21 17:45:47 PST 2008
Author: raj
Date: 2008-02-21 17:45:46 -0800 (Thu, 21 Feb 2008)
New Revision: 235
Modified:
trunk/src/netdrv_ethtool.c
Log:
remove bogus printf
Modified: trunk/src/netdrv_ethtool.c
===================================================================
--- trunk/src/netdrv_ethtool.c 2008-02-22 00:54:51 UTC (rev 234)
+++ trunk/src/netdrv_ethtool.c 2008-02-22 01:45:46 UTC (rev 235)
@@ -62,7 +62,6 @@
ret = ioctl(s, SIOCETHTOOL, &ifr);
- printf("ret is %d\n",ret);
if (ret == -1) {
strncpy(driver,"IoctlFailure",len);
strncpy(version,"IoctlFailure",len);
More information about the netperf-dev
mailing list