diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/intelmetool/me.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/intelmetool/me.c b/util/intelmetool/me.c index ecdba6df36..ff73aee2d6 100644 --- a/util/intelmetool/me.c +++ b/util/intelmetool/me.c @@ -426,7 +426,7 @@ int mkhi_get_fw_version(void) static inline void print_cap(const char *name, int state) { printf("ME Capability: %-30s : %s\n", - name, state ? "ON" : "OFF"); + name, state ? CRED "ON" RESET : CGRN "OFF" RESET); } /* Get ME Firmware Capabilities */ |