Skip to content

Commit

Permalink
[routeorch]: Move extra log into INFO level (sonic-net#846)
Browse files Browse the repository at this point in the history
Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
  • Loading branch information
Shuotian Cheng committed Apr 18, 2019
1 parent 98aa960 commit f8be024
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion orchagent/routeorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ void RouteOrch::attach(Observer *observer, const IpAddress& dstAddr)
{
if (route.first.isAddressInSubnet(dstAddr))
{
SWSS_LOG_NOTICE("route%s", route.first.to_string().c_str());
SWSS_LOG_INFO("Prefix %s covers destination address",
route.first.to_string().c_str());
observerEntry->second.routeTable.emplace(
route.first, route.second);
}
Expand Down

0 comments on commit f8be024

Please sign in to comment.