summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_mbuf.c
diff options
context:
space:
mode:
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