summaryrefslogtreecommitdiff
path: root/pimd/pim_rpf.c
diff options
context:
space:
mode:
authorMartin Buck <martin.buck@ruag.com>2018-06-04 14:27:48 +0200
committerMartin Buck <martin.buck@ruag.com>2018-06-04 14:27:48 +0200
commit5271457d94c92a04cae098df99a32da9f29c7d68 (patch)
treef9eb9555db84e17aeed20bddb7f64fa467d2b3a3 /pimd/pim_rpf.c
parentebb46153b06a48fa5402b850ad8041a469f1a26d (diff)
pimd: Fix debug messages
Signed-off-by: Martin Buck <mb-tmp-tvguho.pbz@gromit.dyndns.org>
Diffstat (limited to 'pimd/pim_rpf.c')
-rw-r--r--pimd/pim_rpf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_rpf.c b/pimd/pim_rpf.c
index 221c1ee4af..010db79395 100644
--- a/pimd/pim_rpf.c
+++ b/pimd/pim_rpf.c
@@ -77,7 +77,7 @@ int pim_nexthop_lookup(struct pim_instance *pim, struct pim_nexthop *nexthop,
pim_addr_dump("<nexthop?>", &nexthop->mrib_nexthop_addr,
nexthop_str, sizeof(nexthop_str));
zlog_debug(
- "%s: Using last lookup for %s at %lld, %" PRId64 " addr%s",
+ "%s: Using last lookup for %s at %lld, %" PRId64 " addr %s",
__PRETTY_FUNCTION__, addr_str,
nexthop->last_lookup_time,
pim->last_route_change_time, nexthop_str);