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 (sonic-net#3125)

* Change log level from ERR to WARN for pfc asym not supported
  • Loading branch information
zhixzhu authored Apr 30, 2024
1 parent c79fd93 commit 67e0312
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 67e0312

Please sign in to comment.