logging: use a different color tone for DLOOP

Normal blue (34) is really hard to read on terminals with dark
background.  Let's use light blue (94) instead.

Change-Id: Iadc9b8fb74ec17455435893a532c2f12e02cb804
This commit is contained in:
Vadim Yanitskiy 2022-04-13 17:16:38 +03:00
parent ab4ab48178
commit 851047b759
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ static struct log_info_cat bts_log_info_cat[] = {
[DLOOP] = {
.name = "DLOOP",
.description = "Control loops",
.color = "\033[0;34m",
.color = "\033[0;94m",
.enabled = 1, .loglevel = LOGL_NOTICE,
},
};