1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Minor cleanups

This commit is contained in:
Ondrej Zajicek (work)
2017-12-14 22:15:01 +01:00
parent 1e8721e2ae
commit 8396094156
2 changed files with 2 additions and 2 deletions

View File

@@ -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;