From 8f3f094584f51ebc1556392df9b375b3b4bb9d46 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 14 Feb 2017 12:50:33 -0500 Subject: [PATCH] Text: print unknown enumeration mappings in red MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- plugins/text/print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/text/print.c b/plugins/text/print.c index d01f74f5..413d9a60 100644 --- a/plugins/text/print.c +++ b/plugins/text/print.c @@ -49,7 +49,7 @@ #define COLOR_STRING_VALUE BT_COMMON_COLOR_BOLD #define COLOR_NUMBER_VALUE BT_COMMON_COLOR_BOLD #define COLOR_ENUM_MAPPING_NAME BT_COMMON_COLOR_BOLD -#define COLOR_UNKNOWN BT_COMMON_COLOR_BOLD +#define COLOR_UNKNOWN BT_COMMON_COLOR_BOLD BT_COMMON_COLOR_FG_RED #define COLOR_EVENT_NAME BT_COMMON_COLOR_BOLD BT_COMMON_COLOR_FG_MAGENTA #define COLOR_TIMESTAMP BT_COMMON_COLOR_BOLD BT_COMMON_COLOR_FG_YELLOW -- 2.34.1