summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_mbuf.c
diff options
context:
space:
mode:
authorsilby <silby@FreeBSD.org>2002-05-09 20:21:07 +0000
committersilby <silby@FreeBSD.org>2002-05-09 20:21:07 +0000
commitf3419e2e8f3ed6e695e146d5ffdf059063f91e77 (patch)
treebc4c77ce5c57b67fab8b6f1a93f2f40b93fc8562 /sys/kern/subr_mbuf.c
parentbce224fa8ede78e6675256e043a7458fdbe5df5d (diff)
downloadFreeBSD-src-f3419e2e8f3ed6e695e146d5ffdf059063f91e77.zip
FreeBSD-src-f3419e2e8f3ed6e695e146d5ffdf059063f91e77.tar.gz
Change the mbuf exhaustion warning message to match the message
in -stable.
Diffstat (limited to 'sys/kern/subr_mbuf.c')
-rw-r--r--sys/kern/subr_mbuf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/subr_mbuf.c b/sys/kern/subr_mbuf.c
index 008dea5..5058a26 100644
--- a/sys/kern/subr_mbuf.c
+++ b/sys/kern/subr_mbuf.c
@@ -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. */
}
}
OpenPOWER on IntegriCloud