From 733c32843985502de7e3dc9f354087cf1211d293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Tue, 14 May 2002 18:28:06 +0000 Subject: [PATCH] Remove a printf(3) argument with no corresponding format specifier. --- sys/kern/subr_mbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/subr_mbuf.c b/sys/kern/subr_mbuf.c index 5058a262f19d..b7dd2c936912 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. */ }