Un-#if 0 the printing of allocation failure counts for mbufs, clusters,

and packets in netstat -m.

MFC after:	3 days
This commit is contained in:
rwatson 2006-02-11 17:18:36 +00:00
parent 244cb93d72
commit 28119d6012

View File

@ -218,11 +218,9 @@ mbpr(void *kvmd, u_long mbaddr)
"(current/cache/total)\n", bytes_inuse / 1024,
bytes_incache / 1024, bytes_total / 1024);
#if 0
printf("%llu/%llu/%llu requests for mbufs denied (mbufs/clusters/"
"mbuf+clusters)\n", mbuf_failures, cluster_failures,
packet_failures);
#endif
if (live) {
mlen = sizeof(mbstat);