diff options
Diffstat (limited to 'src/common/debug.c')
-rw-r--r-- | src/common/debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/debug.c b/src/common/debug.c index acef16b..4de9d3f 100644 --- a/src/common/debug.c +++ b/src/common/debug.c @@ -55,6 +55,7 @@ struct debug_cat { { "dms", "\033[0;33m" }, { "sms", "\033[1;37m" }, { "sdr", "\033[1;31m" }, + { "uhd", "\033[1;35m" }, { NULL, NULL } }; |