Skip to content

Commit

Permalink
Change the log severity leve from ERROR to NOTICE if getStatus is not…
Browse files Browse the repository at this point in the history
… supported by vendor (#908)
  • Loading branch information
stephenxs authored Aug 26, 2021
1 parent 5349a9d commit 1020de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncd/Syncd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ sai_status_t Syncd::processGetStatsEvent(

if (status != SAI_STATUS_SUCCESS)
{
SWSS_LOG_ERROR("Failed to get stats");
SWSS_LOG_NOTICE("Getting stats error: %s", sai_serialize_status(status).c_str());
}
else
{
Expand Down

0 comments on commit 1020de7

Please sign in to comment.