diff --git a/src/internet/model/ipv6-static-routing.cc b/src/internet/model/ipv6-static-routing.cc index 58bd1c412..82dd4c06e 100644 --- a/src/internet/model/ipv6-static-routing.cc +++ b/src/internet/model/ipv6-static-routing.cc @@ -867,7 +867,7 @@ Ipv6StaticRouting::NotifyAddRoute(Ipv6Address dst, uint32_t interface, Ipv6Address prefixToUse) { - NS_LOG_INFO(this << dst << mask << nextHop << interface << prefixToUse); + NS_LOG_FUNCTION(this << dst << mask << nextHop << interface << prefixToUse); if (nextHop == Ipv6Address::GetZero()) { AddNetworkRouteTo(dst, mask, interface);