1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Remove a printf(3) argument with no corresponding format specifier.

This commit is contained in:
Dag-Erling Smørgrav 2002-05-14 18:28:06 +00:00
parent 117af193f6
commit 733c328439
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96601

View File

@ -631,7 +631,7 @@ mb_alloc(struct mb_lstmngr *mb_list, int how, short type)
(ticks - last_report) >= hz) { (ticks - last_report) >= hz) {
last_report = ticks; last_report = ticks;
printf( 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. */ /* XXX: Actually could be clusters, but it gets the point across. */
} }