Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2007 20:35:30 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 113531 for review
Message-ID:  <200701252035.l0PKZU1d026001@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=113531

Change 113531 by zec@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);
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701252035.l0PKZU1d026001>