Skip to content

Commit

Permalink
fix log color
Browse files Browse the repository at this point in the history
  • Loading branch information
burhanr13 committed Jan 12, 2025
1 parent fd49ca7 commit 96f3d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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", \
Expand Down

0 comments on commit 96f3d20

Please sign in to comment.