Skip to content

Commit bc3e044

Browse files
[Sai]: Change Sai::set log to level INFO (#680)
1 parent b16bc8b commit bc3e044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/Sai.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ sai_status_t Sai::set(
206206

207207
success &= (status == SAI_STATUS_SUCCESS);
208208

209-
SWSS_LOG_NOTICE("setting attribute 0x%x status: %s",
209+
SWSS_LOG_INFO("setting attribute 0x%x status: %s",
210210
attr->id,
211211
sai_serialize_status(status).c_str());
212212
}

0 commit comments

Comments
 (0)