From: Jérémie Galarneau Date: Tue, 14 Feb 2017 17:50:33 +0000 (-0500) Subject: Text: print unknown enumeration mappings in red X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=8f3f094584f51ebc1556392df9b375b3b4bb9d46;p=deliverable%2Fbabeltrace.git Text: print unknown enumeration mappings in red Signed-off-by: Jérémie Galarneau --- diff --git a/plugins/text/print.c b/plugins/text/print.c index d01f74f5f..413d9a600 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