fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/27768 )
Change subject: logging: use a different color tone for DLOOP ......................................................................
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 --- M src/common/logging.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/68/27768/1
diff --git a/src/common/logging.c b/src/common/logging.c index 04025fc..9c458e8 100644 --- a/src/common/logging.c +++ b/src/common/logging.c @@ -116,7 +116,7 @@ [DLOOP] = { .name = "DLOOP", .description = "Control loops", - .color = "\033[0;34m", + .color = "\033[0;94m", .enabled = 1, .loglevel = LOGL_NOTICE, }, };