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:
Robert Watson 2006-02-11 17:18:36 +00:00
parent ee4be9485c
commit e446b85087
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155543

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);