Skip to content

Commit

Permalink
Changed log_info to log_error
Browse files Browse the repository at this point in the history
  • Loading branch information
assrinivasan committed May 25, 2024
1 parent 6ba0155 commit f62f271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic-stormond/scripts/stormond
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ class DaemonStorage(daemon_base.DaemonBase):
try:
# Unlikely scenario
if storage_object is None:
self.log_info("{} does not have an instantiated object. Static Information cannot be gathered.".format(storage_device))
self.log_error("{} does not have an instantiated object. Static Information cannot be gathered.".format(storage_device))
continue

static_kvp_dict = {}
Expand Down

0 comments on commit f62f271

Please sign in to comment.