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/.
fixeria gerrit-no-reply at lists.osmocom.orgfixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/21771 )
Change subject: logging: revert color of LGLOBAL category back to while
......................................................................
logging: revert color of LGLOBAL category back to while
"\033[38;5;19m" is unreadable on terminals with dark background.
Change-Id: I8ed40522b07c2028de4986d1f976609510faa894
---
M src/logging.c
1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/71/21771/1
diff --git a/src/logging.c b/src/logging.c
index efa108e..01a00da 100644
--- a/src/logging.c
+++ b/src/logging.c
@@ -139,7 +139,6 @@
.description = "Library-internal global log family",
.loglevel = LOGL_NOTICE,
.enabled = 1,
- .color = "\033[38;5;19m",
},
[INT2IDX(DLLAPD)] = { /* -2 becomes 1 */
.name = "DLLAPD",
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/21771
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I8ed40522b07c2028de4986d1f976609510faa894
Gerrit-Change-Number: 21771
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201217/34cd9142/attachment.htm>