From d82ba908257bea347d99afaee7c09dbb86a425d4 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Thu, 17 Dec 2020 17:50:08 +0100 Subject: logging: revert color of LGLOBAL category back to white "\033[38;5;19m" is unreadable on terminals with dark background. Change-Id: I8ed40522b07c2028de4986d1f976609510faa894 --- src/logging.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/logging.c') 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", -- cgit v1.2.3