Skip to content

Commit bb9b81e

Browse files
committed
Add back debug logging
1 parent 0221844 commit bb9b81e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sonic_ax_impl/mibs/ietf/rfc4363.py

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def update_data(self):
9999

100100
vlanmac = self.fdb_vlanmac(fdb)
101101
if not vlanmac:
102+
mibs.logger.debug("SyncD 'ASIC_DB' includes invalid FDB_ENTRY '{}': failed in fdb_vlanmac().".format(fdb_str))
102103
continue
103104
self.vlanmac_ifindex_map[vlanmac] = port_index
104105
self.vlanmac_ifindex_list.append(vlanmac)

0 commit comments

Comments
 (0)