summaryrefslogtreecommitdiffstats
path: root/pimd/pim_rpf.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-06-05 13:40:53 +0200
committerGitHub <noreply@github.com>2018-06-05 13:40:53 +0200
commitd6bc1e1450e56a2fa3f17c2d2c9af270b244cb06 (patch)
tree5f97b50af9b08b2e102313db0cbeeaf60d50b1e0 /pimd/pim_rpf.c
parentMerge pull request #2372 from gromit1811/pim-comment-fix (diff)
parentpimd: Fix debug messages (diff)
downloadfrr-d6bc1e1450e56a2fa3f17c2d2c9af270b244cb06.tar.xz
frr-d6bc1e1450e56a2fa3f17c2d2c9af270b244cb06.zip
Merge pull request #2371 from gromit1811/pim-rp-lookup-messages-fix
pimd: Fix debug messages
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 2299c5eb2..da14e8b3e 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);