Skip to content

Commit 7b84cc1

Browse files
author
Ashwin Srinivasan
committed
log_error --> log_info per review comment
1 parent 7c5c88f commit 7b84cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonic-stormond/scripts/stormond

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ class DaemonStorage(daemon_base.DaemonBase):
280280
for storage_device, storage_object in self.storage.devices.items():
281281
try:
282282
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))
283+
self.log_info("Storage device '{}' does not have an instantiated object. Dynamic Information cannot be gathered.".format(storage_device))
284284
continue
285285

286286
# Fetch the latest dynamic info

0 commit comments

Comments
 (0)