summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/kern/subr_mbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_mbuf.c b/sys/kern/subr_mbuf.c
index 5058a26..b7dd2c9 100644
--- a/sys/kern/subr_mbuf.c
+++ b/sys/kern/subr_mbuf.c
@@ -631,7 +631,7 @@ mb_alloc(struct mb_lstmngr *mb_list, int how, short type)
(ticks - last_report) >= hz) {
last_report = ticks;
printf(
-"All mbufs exhausted, please see tuning(7).\n", type);
+"All mbufs exhausted, please see tuning(7).\n");
/* XXX: Actually could be clusters, but it gets the point across. */
}
OpenPOWER on IntegriCloud