diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2001-04-17 07:32:37 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2001-04-17 07:32:37 +0000 |
| commit | 21af2aa18e201dc4b2ef74413a5df5d8db3e45a2 (patch) | |
| tree | a727b0fdb7a5bf63b71475769d0fe7befcdc4d2e | |
| parent | c3b1df1293fda9960577e33f577e81df1fdffe33 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/mrouted/rsrr.c | 2 |
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; } |
