Skip to content

Commit

Permalink
change log level from ERR to WARN for pfc asym sai attribute not supp…
Browse files Browse the repository at this point in the history
…orted (#3125)

* Change log level from ERR to WARN for pfc asym not supported
  • Loading branch information
zhixzhu authored and mssonicbld committed Jun 2, 2024
1 parent e1005dd commit 172da1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchagent/port/port_capabilities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ void PortCapabilities::queryPortAttrCapabilities(T &obj, sai_port_attr_t attrId)
);
if (status != SAI_STATUS_SUCCESS)
{
SWSS_LOG_ERROR(
SWSS_LOG_WARN(
"Failed to get attribute(%s) capabilities",
toStr(SAI_OBJECT_TYPE_PORT, attrId).c_str()
);
Expand Down

0 comments on commit 172da1f

Please sign in to comment.