Skip to content

Commit

Permalink
[Sai]: Change Sai::set log to level INFO (sonic-net#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
theasianpianist committed Oct 24, 2020
1 parent b16bc8b commit bc3e044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/Sai.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ sai_status_t Sai::set(

success &= (status == SAI_STATUS_SUCCESS);

SWSS_LOG_NOTICE("setting attribute 0x%x status: %s",
SWSS_LOG_INFO("setting attribute 0x%x status: %s",
attr->id,
sai_serialize_status(status).c_str());
}
Expand Down

0 comments on commit bc3e044

Please sign in to comment.