Skip to content

Commit

Permalink
[src/sonic-yang-mgmt/sonic_yang_ext.py]: syslog extra tables.
Browse files Browse the repository at this point in the history
Signed-off-by: Praveen Chaudhary [email protected]
  • Loading branch information
Praveen Chaudhary committed Jun 30, 2020
1 parent 249a27c commit 501e103
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sonic-yang-mgmt/sonic_yang_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def cropConfigDB(self, croppedFile=None):

if len(self.tablesWithOutYang):
print("Note: Below table(s) have no YANG models:")
self.sysLog("Extra Tables in Config {}".format(self.tablesWithOutYang.keys))
for table in self.tablesWithOutYang.keys():
print(unicode(table), end=", ")
print()
Expand Down

0 comments on commit 501e103

Please sign in to comment.