[DPB] Fix verbose mode issue (#9772)

This commit is contained in:
Aravind Mani 2022-01-19 11:29:11 +05:30 committed by Judy Joseph
parent 858e653000
commit 1e65be333d

View File

@ -44,7 +44,7 @@ class SonicYangExtMixin:
self.yangFiles = [f.split('/')[-1] for f in self.yangFiles]
self.yangFiles = [f.split('.')[0] for f in self.yangFiles]
self.sysLog(syslog.LOG_DEBUG,'Loaded below Yang Models')
self.sysLog(syslog.LOG_DEBUG,self.yangFiles)
self.sysLog(syslog.LOG_DEBUG,str(self.yangFiles))
# load json for each yang model
self._loadJsonYangModel()