fixeria has uploaded this change for review.

View Change

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

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-MessageType: newchange