aboutsummaryrefslogtreecommitdiffstats
path: root/src/logging.c
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-12-17 17:50:08 +0100
committerlaforge <laforge@osmocom.org>2020-12-17 17:50:18 +0000
commitd82ba908257bea347d99afaee7c09dbb86a425d4 (patch)
tree01a968de0a3854d68ea2d4caf4c326c0c2601d57 /src/logging.c
parent946bb95af1838fcf026587c51a6ad36e34e202c3 (diff)
logging: revert color of LGLOBAL category back to white
"\033[38;5;19m" is unreadable on terminals with dark background. Change-Id: I8ed40522b07c2028de4986d1f976609510faa894
Diffstat (limited to 'src/logging.c')
-rw-r--r--src/logging.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/logging.c b/src/logging.c
index efa108e9..01a00da3 100644
--- a/src/logging.c
+++ b/src/logging.c
@@ -139,7 +139,6 @@ static const struct log_info_cat internal_cat[OSMO_NUM_DLIB] = {
.description = "Library-internal global log family",
.loglevel = LOGL_NOTICE,
.enabled = 1,
- .color = "\033[38;5;19m",
},
[INT2IDX(DLLAPD)] = { /* -2 becomes 1 */
.name = "DLLAPD",