diff options
Diffstat (limited to 'src/router.c')
-rw-r--r-- | src/router.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/router.c b/src/router.c index f84ec01..a09e107 100644 --- a/src/router.c +++ b/src/router.c @@ -263,7 +263,7 @@ static uint64_t send_router_advert(struct interface *iface, const struct in6_add else if (parse_routes(addrs, ipcnt)) adv.h.nd_ra_router_lifetime = htons(1); - syslog(LOG_INFO, "Initial router lifetime %d, %ld address(es) available", + syslog(LOG_INFO, "Initial router lifetime %d, %d address(es) available", ntohs(adv.h.nd_ra_router_lifetime), ipcnt); } |