Remove spurious extra format string argument.

This commit is contained in:
Kris Kennaway 2001-04-17 07:32:37 +00:00
parent c3b1df1293
commit 21af2aa18e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75575

View File

@ -202,7 +202,7 @@ rsrr_accept_iq()
*/
if (numvifs > RSRR_MAX_VIFS) {
log(LOG_WARNING, 0,
"Can't send RSRR Route Reply because %d is too many vifs %d",
"Can't send RSRR Route Reply because %d is too many vifs",
numvifs);
return;
}