Skip to content

Commit bf6cd4c

Browse files
authored
Remove error logging on "failed in fdb_vlanmac" (#272)
It is considered normal that the dependences of FDB_ENTRY are temporarily not available.
1 parent 05f2a28 commit bf6cd4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sonic_ax_impl/mibs/ietf/rfc4363.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def update_data(self):
101101

102102
vlanmac = self.fdb_vlanmac(fdb)
103103
if not vlanmac:
104-
mibs.logger.error("SyncD 'ASIC_DB' includes invalid FDB_ENTRY '{}': failed in fdb_vlanmac().".format(fdb_str))
104+
mibs.logger.debug("SyncD 'ASIC_DB' includes invalid FDB_ENTRY '{}': failed in fdb_vlanmac().".format(fdb_str))
105105
continue
106106
self.vlanmac_ifindex_map[vlanmac] = port_index
107107
self.vlanmac_ifindex_list.append(vlanmac)

0 commit comments

Comments
 (0)