New color for options debugging

This commit is contained in:
Andreas Eversberg 2019-10-03 16:13:07 +02:00
parent 860f91af6f
commit 2fde5025af
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ struct debug_cat {
const char *name;
const char *color;
} debug_cat[] = {
{ "options", "\033[1;37m" },
{ "options", "\033[0;33m" },
{ "sender", "\033[1;33m" },
{ "sound", "\033[0;35m" },
{ "dsp", "\033[0;31m" },