Skip to content

Commit

Permalink
orchagent: Changing neighbor referencing issue log to INFO level (son…
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuotian Cheng committed Nov 16, 2016
1 parent 9855b86 commit dcc84f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchagent/neighorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ bool NeighOrch::removeNeighbor(NeighborEntry neighborEntry)

if (m_syncdNextHops[ip_address].ref_count > 0)
{
SWSS_LOG_ERROR("Neighbor is still referenced ip:%s\n", ip_address.to_string().c_str());
SWSS_LOG_INFO("Neighbor is still referenced ip:%s\n", ip_address.to_string().c_str());
return false;
}

Expand Down

0 comments on commit dcc84f0

Please sign in to comment.