From dcc84f03311f42acef0a521806d400a30bd25c71 Mon Sep 17 00:00:00 2001 From: Shuotian Cheng Date: Wed, 16 Nov 2016 13:51:51 -0800 Subject: [PATCH] orchagent: Changing neighbor referencing issue log to INFO level (#137) --- orchagent/neighorch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchagent/neighorch.cpp b/orchagent/neighorch.cpp index 7cd01f5cff5d..24471dce058d 100644 --- a/orchagent/neighorch.cpp +++ b/orchagent/neighorch.cpp @@ -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; }