Skip to content

Commit fecd1b6

Browse files
nikos-githublguohan
authored andcommitted
Change WARNING in sai_api_query to NOTICE and ERROR in sai_log_set to NOTICE (sonic-net#298)
1 parent 44a9bdb commit fecd1b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/src/sai_redis_interfacequery.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ sai_status_t sai_log_set(
179179

180180
SWSS_LOG_ENTER();
181181

182-
SWSS_LOG_ERROR("not implemented");
182+
SWSS_LOG_NOTICE("not implemented");
183183

184184
return SAI_STATUS_NOT_IMPLEMENTED;
185185
}

syncd/syncd.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3294,7 +3294,7 @@ int syncd_main(int argc, char **argv)
32943294

32953295
if (failed > 0)
32963296
{
3297-
SWSS_LOG_WARN("sai_api_query failed for %d apis", failed);
3297+
SWSS_LOG_NOTICE("sai_api_query failed for %d apis", failed);
32983298
}
32993299

33003300
/*

0 commit comments

Comments
 (0)