Change the mbuf exhaustion warning message to match the message

in -stable.
This commit is contained in:
Mike Silbersack 2002-05-09 20:21:07 +00:00
parent a1479aa2fd
commit a9caffba47

View file

@ -631,7 +631,8 @@ mb_alloc(struct mb_lstmngr *mb_list, int how, short type)
(ticks - last_report) >= hz) {
last_report = ticks;
printf(
"mb_alloc for mbuf type %d failed.\n", type);
"All mbufs exhausted, please see tuning(7).\n", type);
/* XXX: Actually could be clusters, but it gets the point across. */
}
}