diff options
Diffstat (limited to 'proto')
-rw-r--r-- | proto/radv/radv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/radv/radv.c b/proto/radv/radv.c index d53b65e3..7e8950c5 100644 --- a/proto/radv/radv.c +++ b/proto/radv/radv.c @@ -169,7 +169,7 @@ radv_prepare_prefixes(struct radv_iface *ifa) { if (pfx->valid && !pfx->mark) { - RADV_TRACE(D_EVENTS, "Invalidating prefix %I/$d on %s", + RADV_TRACE(D_EVENTS, "Invalidating prefix %I/%d on %s", pfx->prefix, pfx->len, ifa->iface->name); pfx->valid = 0; |