From f62f27143067858ea1395e777371376211dfe05d Mon Sep 17 00:00:00 2001 From: Ashwin Srinivasan Date: Wed, 22 May 2024 21:05:27 +0000 Subject: [PATCH] Changed log_info to log_error --- sonic-stormond/scripts/stormond | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonic-stormond/scripts/stormond b/sonic-stormond/scripts/stormond index 45c9d1dce..d90448a97 100755 --- a/sonic-stormond/scripts/stormond +++ b/sonic-stormond/scripts/stormond @@ -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 = {}