We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5165b7 commit 70f4e7bCopy full SHA for 70f4e7b
sonic-syseepromd/scripts/syseepromd
@@ -121,8 +121,7 @@ class DaemonSyseeprom(daemon_base.DaemonBase):
121
self.chassis = sonic_platform.platform.Platform().get_chassis()
122
self.eeprom = self.chassis.get_eeprom()
123
except Exception as e:
124
- self.log_warning(
125
- "Failed to load platform-specific eeprom from sonic_platform package due to {}".format(repr(e)))
+ self.log_warning("Failed to load data from eeprom using sonic_platform package due to {}, retrying using deprecated plugin method".format(repr(e)))
126
127
# If we didn't successfully load the class from the sonic_platform package, try loading the old plugin
128
if not self.eeprom:
0 commit comments