From 96f3d209497b6ead91b1f3ce842fb7e20149f691 Mon Sep 17 00:00:00 2001 From: Burhan Rajgara Date: Sat, 11 Jan 2025 17:54:13 -0800 Subject: [PATCH] fix log color --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.h b/src/common.h index fa4248d..fc590bf 100644 --- a/src/common.h +++ b/src/common.h @@ -18,7 +18,7 @@ extern bool g_infologs; : (void) 0) #define lwarn(format, ...) \ - printf("\e[33;30m[WARNING](%s) " format "\e[0m\n", \ + printf("\e[33m[WARNING](%s) " format "\e[0m\n", \ __func__ __VA_OPT__(, ) __VA_ARGS__) #define lerror(format, ...) \ printf("\e[31m[ERROR](%s) " format "\e[0m\n", \