Skip to content

Commit e99a523

Browse files
authored
[routing-manager] remove duplicate logging of RA header (openthread#11604)
1 parent 41320dc commit e99a523

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/core/border_router/routing_manager.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,8 +1400,6 @@ void RoutingManager::RxRaTracker::ProcessRaHeader(const RouterAdvert::Header &aR
14001400
prefix.Clear();
14011401
entry = aRouter.mRoutePrefixes.FindMatching(prefix);
14021402

1403-
LogInfo("- RA Header - default route - lifetime:%u", aRaHeader.GetRouterLifetime());
1404-
14051403
if (entry == nullptr)
14061404
{
14071405
VerifyOrExit(aRaHeader.GetRouterLifetime() != 0);

0 commit comments

Comments
 (0)