ipv6-static-routing: Downgrade log message to function level

This commit is contained in:
Giovanni Grieco
2023-08-06 20:49:25 +00:00
committed by Tom Henderson
parent 9f3296bf16
commit a42aa4e80e

View File

@@ -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);