From c5b653a672405cdc64cdb629157acffe3a6ac60c Mon Sep 17 00:00:00 2001 From: Ying Xie Date: Tue, 8 Dec 2020 18:40:22 +0000 Subject: [PATCH] [portsorch] adjust port initialized event back to notice 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 {