aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-04-17 07:32:37 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-04-17 07:32:37 +0000
commit21af2aa18e201dc4b2ef74413a5df5d8db3e45a2 (patch)
treea727b0fdb7a5bf63b71475769d0fe7befcdc4d2e
parentc3b1df1293fda9960577e33f577e81df1fdffe33 (diff)
Notes
-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 a74fd6caa2f2..86d6e6eaf438 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;
}