From 8396094156c2ddae279ec9c265100e28acb65a8d Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Thu, 14 Dec 2017 22:15:01 +0100 Subject: Minor cleanups --- proto/radv/radv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/radv') 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; -- cgit v1.2.3