Skip to content

Commit

Permalink
disable subport log
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik committed May 23, 2024
1 parent f3f4f42 commit 8c7f4b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion orchagent/port/porthlpr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,8 @@ bool PortHelper::parsePortConfig(PortConfig &port) const
}
else
{
SWSS_LOG_WARN("Unknown field(%s): skipping ...", field.c_str());
// XXX disable subport
// SWSS_LOG_WARN("Unknown field(%s): skipping ...", field.c_str());
}
}

Expand Down

0 comments on commit 8c7f4b3

Please sign in to comment.