Skip to content

Commit b51da11

Browse files
committed
Address comments
1 parent edd4ed7 commit b51da11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

orchagent/portsorch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5351,7 +5351,7 @@ bool PortsOrch::initializePort(Port &port)
53515351
}
53525352
}
53535353
}
5354-
SWSS_LOG_NOTICE("Port %s with oper %s flap_count=%s", port.m_alias.c_str(), operStatus.c_str(), flapCount.c_str());
5354+
SWSS_LOG_INFO("Port %s with oper %s flap_count=%s", port.m_alias.c_str(), operStatus.c_str(), flapCount.c_str());
53555355

53565356
/**
53575357
* Create database port oper status as DOWN if attr missing

0 commit comments

Comments
 (0)