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
This commit is contained in:
Neels Hofmeyr 2019-03-04 22:30:01 +01:00
parent 04b5b662db
commit 3c839966b6
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ static struct {
} hnbgw_cmdline_config = {
0,
"osmo-hnbgw.cfg",
true,
false,
false,
0,
NULL,