From ab8db6b9848eac7323537ce9520384d9bc3e57a9 Mon Sep 17 00:00:00 2001 From: obarun <eric@obarun.org> Date: Mon, 13 Mar 2023 01:13:37 +1100 Subject: [PATCH] please colorize it framboise --- src/lib66/info/info_graph_display_service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib66/info/info_graph_display_service.c b/src/lib66/info/info_graph_display_service.c index aeadf3d4..485b4a25 100644 --- a/src/lib66/info/info_graph_display_service.c +++ b/src/lib66/info/info_graph_display_service.c @@ -97,7 +97,7 @@ int info_graph_display_service(char const *name) ppid, \ log_color->off, \ - "state=", service_is(&sta, STATE_FLAGS_ISENABLED) ? log_color->off : log_color->warning, \ + "state=", service_is(&sta, STATE_FLAGS_ISENABLED) ? log_color->valid : log_color->warning, \ service_is(&sta, STATE_FLAGS_ISENABLED) ? "Enabled" : "Disabled", \ log_color->off, \ -- GitLab