aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2019-03-04 22:30:01 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2019-03-04 22:38:59 +0100
commit3c839966b6153a329d54aadc641d6fe6d3afa84f (patch)
treed8fa169d191cafa0b3e147a32448b8541c4d3d28
parent04b5b662dba3b1b20df4e0f02e4b2436b4c51e85 (diff)
osmo-hnbgw: fix cmdline: do not force-disable colored logging
Un-jam the commandline option to disable color: it is so far stuck in --disable-color and overrides everything so that we never see any colored logging from osmo-hnbgw, whichever cmdline or cfg we pass. Change-Id: I00400b626925fa9da707ad6679d8448941dbfa98
-rw-r--r--src/hnbgw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hnbgw.c b/src/hnbgw.c
index e40996f..31498cd 100644
--- a/src/hnbgw.c
+++ b/src/hnbgw.c
@@ -377,7 +377,7 @@ static struct {
} hnbgw_cmdline_config = {
0,
"osmo-hnbgw.cfg",
- true,
+ false,
false,
0,
NULL,