We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb99f41 commit 11ea38dCopy full SHA for 11ea38d
orchagent/port/porthlpr.cpp
@@ -919,13 +919,13 @@ bool PortHelper::validatePortConfig(PortConfig &port) const
919
920
if (!port.lanes.is_set)
921
{
922
- SWSS_LOG_ERROR("Validation error: missing mandatory field(%s)", PORT_LANES);
+ SWSS_LOG_WARN("Validation error: missing mandatory field(%s)", PORT_LANES);
923
return false;
924
}
925
926
if (!port.speed.is_set)
927
928
- SWSS_LOG_ERROR("Validation error: missing mandatory field(%s)", PORT_SPEED);
+ SWSS_LOG_WARN("Validation error: missing mandatory field(%s)", PORT_SPEED);
929
930
931
0 commit comments