diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-12-14 22:15:01 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-12-14 22:15:01 +0100 |
commit | 8396094156c2ddae279ec9c265100e28acb65a8d (patch) | |
tree | f5ffdeadf906dfcfdcf8c600c2f362aa3d9adc16 /proto | |
parent | 1e8721e2aeccfbc3f533e8b8abc07582cee77e9a (diff) |
Minor cleanups
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; |