From b6b5786c3b2562d3ca80d0c7d29168fcebe47c3b Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Wed, 29 Nov 2023 16:22:31 -0500 Subject: [PATCH] Output list in cyan (s state) --- health-daemon/pvchealthd/objects/MonitoringInstance.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/health-daemon/pvchealthd/objects/MonitoringInstance.py b/health-daemon/pvchealthd/objects/MonitoringInstance.py index 5166335a..dfccfe7e 100644 --- a/health-daemon/pvchealthd/objects/MonitoringInstance.py +++ b/health-daemon/pvchealthd/objects/MonitoringInstance.py @@ -324,8 +324,8 @@ class MonitoringInstance(object): return self.logger.out( - f'{self.logger.fmt_blue}Plugin list:{self.logger.fmt_end} {" ".join(self.all_plugin_names)}', - state="i", + f'{self.logger.fmt_cyan}Plugin list:{self.logger.fmt_end} {" ".join(self.all_plugin_names)}', + state="s", ) # Clean up any old plugin data for which a plugin file no longer exists