Skip to content

Commit

Permalink
Add back debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
qiluo-msft committed Nov 14, 2022
1 parent 0221844 commit bb9b81e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sonic_ax_impl/mibs/ietf/rfc4363.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def update_data(self):

vlanmac = self.fdb_vlanmac(fdb)
if not vlanmac:
mibs.logger.debug("SyncD 'ASIC_DB' includes invalid FDB_ENTRY '{}': failed in fdb_vlanmac().".format(fdb_str))
continue
self.vlanmac_ifindex_map[vlanmac] = port_index
self.vlanmac_ifindex_list.append(vlanmac)
Expand Down

0 comments on commit bb9b81e

Please sign in to comment.