fixeria has submitted this change. ( 
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(-)

Approvals:
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



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 https://gerrit.osmocom.org/c/osmo-bts/+/27768
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Iadc9b8fb74ec17455435893a532c2f12e02cb804
Gerrit-Change-Number: 27768
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to