File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2491,7 +2491,7 @@ sai_status_t processEvent(
2491
2491
{
2492
2492
if (status != SAI_STATUS_SUCCESS)
2493
2493
{
2494
- SWSS_LOG_WARN (" get API for key: %s op: %s returned status: %s" ,
2494
+ SWSS_LOG_DEBUG (" get API for key: %s op: %s returned status: %s" ,
2495
2495
key.c_str (),
2496
2496
op.c_str (),
2497
2497
sai_serialize_status (status).c_str ());
Original file line number Diff line number Diff line change @@ -683,7 +683,7 @@ void FlexCounter::saiUpdateSupportedPortCounters(sai_object_id_t portId)
683
683
684
684
if (status != SAI_STATUS_SUCCESS)
685
685
{
686
- SWSS_LOG_WARN (" Counter %s is not supported on port RID %s: %s" ,
686
+ SWSS_LOG_INFO (" Counter %s is not supported on port RID %s: %s" ,
687
687
sai_serialize_port_stat (counter).c_str (),
688
688
sai_serialize_object_id (portId).c_str (),
689
689
sai_serialize_status (status).c_str ());
@@ -710,7 +710,7 @@ void FlexCounter::saiUpdateSupportedQueueCounters(
710
710
711
711
if (status != SAI_STATUS_SUCCESS)
712
712
{
713
- SWSS_LOG_WARN (" Counter %s is not supported on queue %s, rv: %s" ,
713
+ SWSS_LOG_INFO (" Counter %s is not supported on queue %s, rv: %s" ,
714
714
sai_serialize_queue_stat (counter).c_str (),
715
715
sai_serialize_object_id (queueId).c_str (),
716
716
sai_serialize_status (status).c_str ());
You can’t perform that action at this time.
0 commit comments