summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/mrouted/rsrr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mrouted/rsrr.c b/usr.sbin/mrouted/rsrr.c
index a74fd6c..86d6e6e 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;
}
OpenPOWER on IntegriCloud