fixeria submitted this change.

View Change

Approvals: pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved Jenkins Builder: Verified
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(-)

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,
},
};

To view, visit change 27768. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Iadc9b8fb74ec17455435893a532c2f12e02cb804
Gerrit-Change-Number: 27768
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged