diff --git a/usr.sbin/mrouted/rsrr.c b/usr.sbin/mrouted/rsrr.c index a74fd6caa2f..86d6e6eaf43 100644 --- a/usr.sbin/mrouted/rsrr.c +++ b/usr.sbin/mrouted/rsrr.c @@ -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; }