summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-05-14 18:28:06 +0000
committerdes <des@FreeBSD.org>2002-05-14 18:28:06 +0000
commitf2d1d929215ba777446f4422379ea3f48181b23f (patch)
treeaab162b72b8a6bdb27cff30aadae108609959a6f /sys
parent51434df12e5e6e32a6aa0b5e43ba65eabe614015 (diff)
downloadFreeBSD-src-f2d1d929215ba777446f4422379ea3f48181b23f.zip
FreeBSD-src-f2d1d929215ba777446f4422379ea3f48181b23f.tar.gz
Remove a printf(3) argument with no corresponding format specifier.
Diffstat (limited to 'sys')
-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