From c7ee75f0b92e3bbbd34938fb6ceca50f0491b5f9 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 --- orchagent/portsorch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchagent/portsorch.cpp b/orchagent/portsorch.cpp index c75a852bc9..35884a9fec 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 {