mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Remove spurious extra format string argument.
This commit is contained in:
parent
c3b1df1293
commit
21af2aa18e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue