File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ void FdbOrch::update(sai_fdb_event_t type,
184
184
185
185
if (!m_portsOrch->getPort (entry->bv_id , vlan))
186
186
{
187
- SWSS_LOG_NOTICE (" FdbOrch LEARN notification: Failed to locate vlan port from bv_id 0x%" PRIx64, entry->bv_id );
187
+ SWSS_LOG_ERROR (" FdbOrch LEARN notification: Failed to locate vlan port from bv_id 0x%" PRIx64, entry->bv_id );
188
188
return ;
189
189
}
190
190
@@ -357,7 +357,7 @@ void FdbOrch::update(sai_fdb_event_t type,
357
357
358
358
if (!m_portsOrch->getPort (entry->bv_id , vlan))
359
359
{
360
- SWSS_LOG_ERROR (" FdbOrch notification: Failed to locate vlan\
360
+ SWSS_LOG_NOTICE (" FdbOrch notification: Failed to locate vlan\
361
361
port from bv_id 0x%" PRIx64, entry->bv_id );
362
362
return ;
363
363
}
You can’t perform that action at this time.
0 commit comments