From 21af2aa18e201dc4b2ef74413a5df5d8db3e45a2 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Tue, 17 Apr 2001 07:32:37 +0000 Subject: [PATCH] Remove spurious extra format string argument. --- usr.sbin/mrouted/rsrr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }