aboutsummaryrefslogtreecommitdiffstats
path: root/src/logging.c
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-10-14 18:13:48 +0200
committerlaforge <laforge@osmocom.org>2021-10-15 18:25:06 +0000
commit1573add4726407ee8cddc4f876c985abb9058595 (patch)
tree291a89581571f34411608a82ee7bdc3aba26ab82 /src/logging.c
parent4ef56c0e2d730900a972fd33862a734b56fc251b (diff)
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
Diffstat (limited to 'src/logging.c')
-rw-r--r--src/logging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logging.c b/src/logging.c
index 4517afcd..1d139d5c 100644
--- a/src/logging.c
+++ b/src/logging.c
@@ -159,7 +159,7 @@ static const struct log_info_cat internal_cat[OSMO_NUM_DLIB] = {
.description = "LAPD in libosmogsm",
.loglevel = LOGL_NOTICE,
.enabled = 1,
- .color = "\033[38;5;21m",
+ .color = "\033[38;5;12m",
},
[INT2IDX(DLINP)] = {
.name = "DLINP",