PERFORCE change 113531 for review

Marko Zec zec at FreeBSD.org
Thu Jan 25 20:35:30 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=113531

Change 113531 by zec at zec_tca51 on 2007/01/25 20:34:29

	Remove stale printf()s.

Affected files ...

.. //depot/projects/vimage/src/sys/net/if_clone.c#3 edit

Differences ...

==== //depot/projects/vimage/src/sys/net/if_clone.c#3 (text+ko) ====

@@ -400,7 +400,6 @@
 
 	IF_CLONE_LOCK(ifc);
 
-printf("ifc_alloc_unit: query for %s %d\n", ifc->ifc_name, *unit);
 	bytoff = bitoff = 0;
 	wildcard = (*unit < 0);
 	/*
@@ -424,7 +423,6 @@
 		}
 		IFNET_RUNLOCK();
 		*unit = i;
-printf("ifc_alloc_unit: available is %s\n", name);
 #else
 		while ((bytoff < ifc->ifc_bmlen)
 		    && (ifc->ifc_units[bytoff] == 0xff))
@@ -546,7 +544,6 @@
 	wildcard = (unit < 0);
 
 	err = ifc_alloc_unit(ifc, &unit);
-printf("if_simple_create err=%d\n", err);
 	if (err != 0)
 		return (err);
 


More information about the p4-projects mailing list