Skip to content

Commit 288fb40

Browse files
madhanmellanoxMadhan Babu
andauthored
Changed Error log to Notice log during FDB flush notification after VLAN delete (sonic-net#1618)
Modified SWSS error log to Notice log during FDB flush notification after VLAN delete Co-authored-by: Madhan Babu <[email protected]>
1 parent 832815e commit 288fb40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

orchagent/fdborch.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ void FdbOrch::update(sai_fdb_event_t type,
184184

185185
if (!m_portsOrch->getPort(entry->bv_id, vlan))
186186
{
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);
188188
return;
189189
}
190190

@@ -357,7 +357,7 @@ void FdbOrch::update(sai_fdb_event_t type,
357357

358358
if (!m_portsOrch->getPort(entry->bv_id, vlan))
359359
{
360-
SWSS_LOG_ERROR("FdbOrch notification: Failed to locate vlan\
360+
SWSS_LOG_NOTICE("FdbOrch notification: Failed to locate vlan\
361361
port from bv_id 0x%" PRIx64, entry->bv_id);
362362
return;
363363
}

0 commit comments

Comments
 (0)