diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-06-05 07:40:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-05 07:40:53 -0400 |
| commit | d6bc1e1450e56a2fa3f17c2d2c9af270b244cb06 (patch) | |
| tree | 5f97b50af9b08b2e102313db0cbeeaf60d50b1e0 /pimd/pim_rpf.c | |
| parent | 8fea65d14990a1ca5884acdcab3eb73af020ba39 (diff) | |
| parent | 5271457d94c92a04cae098df99a32da9f29c7d68 (diff) | |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_rpf.c b/pimd/pim_rpf.c index 2299c5eb23..da14e8b3eb 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); |
