Change in libosmocore[master]: logging: Change LLAPD category color to purple-like one

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Thu Oct 14 16:14:34 UTC 2021


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/25795 )


Change subject: logging: Change LLAPD category color to purple-like one
......................................................................

logging: Change LLAPD category color to purple-like one

Previous dark shiny blue one is really difficult to read on the
terminal. Let's change it for some purpleish color which is far easier
to read.

Change-Id: Ia5c0860dd8d756bb24eb8972f94590bfba5bc865
---
M src/logging.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/95/25795/1

diff --git a/src/logging.c b/src/logging.c
index 4517afc..1d139d5 100644
--- a/src/logging.c
+++ b/src/logging.c
@@ -159,7 +159,7 @@
 		.description = "LAPD in libosmogsm",
 		.loglevel = LOGL_NOTICE,
 		.enabled = 1,
-		.color = "\033[38;5;21m",
+		.color = "\033[38;5;12m",
 	},
 	[INT2IDX(DLINP)] = {
 		.name = "DLINP",

-- 
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/25795
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ia5c0860dd8d756bb24eb8972f94590bfba5bc865
Gerrit-Change-Number: 25795
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211014/abc30626/attachment.htm>


More information about the gerrit-log mailing list