Skip to content

Commit

Permalink
[portsorch] adjust port initialized event back to notice (sonic-net#1532
Browse files Browse the repository at this point in the history
)

Signed-off-by: Ying Xie <ying.xie@microsoft.com>
Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
  • Loading branch information
yxieca authored and arlakshm committed Dec 15, 2020
1 parent 450bd07 commit c4bc64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchagent/portsorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1874,7 +1874,7 @@ bool PortsOrch::initPort(const string &alias, const int index, const set<int> &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
{
Expand Down

0 comments on commit c4bc64c

Please sign in to comment.