From c4bc64cc465fada8732b2f1025c235e2ec2d3c90 Mon Sep 17 00:00:00 2001 From: Ying Xie Date: Tue, 8 Dec 2020 10:45:43 -0800 Subject: [PATCH] [portsorch] adjust port initialized event back to notice (#1532) Signed-off-by: Ying Xie Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan --- orchagent/portsorch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchagent/portsorch.cpp b/orchagent/portsorch.cpp index c75a852bc9e..35884a9fec9 100755 --- a/orchagent/portsorch.cpp +++ b/orchagent/portsorch.cpp @@ -1874,7 +1874,7 @@ bool PortsOrch::initPort(const string &alias, const int index, const set &l m_portList[alias].m_init = true; - SWSS_LOG_ERROR("Initialized port %s", alias.c_str()); + SWSS_LOG_NOTICE("Initialized port %s", alias.c_str()); } else {