diff --git a/src/intel/common/intel_batch_decoder.c b/src/intel/common/intel_batch_decoder.c index 9d923c2a9a8..43d33b226db 100644 --- a/src/intel/common/intel_batch_decoder.c +++ b/src/intel/common/intel_batch_decoder.c @@ -65,7 +65,7 @@ intel_batch_decode_ctx_finish(struct intel_batch_decode_ctx *ctx) #define CSI "\e[" #define RED_COLOR CSI "31m" -#define BLUE_HEADER CSI "0;44m" +#define BLUE_HEADER CSI "0;44m" CSI "1;37m" #define GREEN_HEADER CSI "1;42m" #define NORMAL CSI "0m"