We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5c88f commit 7b84cc1Copy full SHA for 7b84cc1
sonic-stormond/scripts/stormond
@@ -280,7 +280,7 @@ class DaemonStorage(daemon_base.DaemonBase):
280
for storage_device, storage_object in self.storage.devices.items():
281
try:
282
if storage_object is None:
283
- self.log_error("Storage device '{}' does not have an instantiated object. Dynamic Information cannot be gathered.".format(storage_device))
+ self.log_info("Storage device '{}' does not have an instantiated object. Dynamic Information cannot be gathered.".format(storage_device))
284
continue
285
286
# Fetch the latest dynamic info
0 commit comments