Change in osmo-iuh[master]: osmo-hnbgw: fix cmdline: do not force-disable colored logging

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed Mar 6 20:47:47 UTC 2019


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/13144 )

Change subject: osmo-hnbgw: fix cmdline: do not force-disable colored logging
......................................................................

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
---
M src/hnbgw.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  Pau Espin Pedrol: Looks good to me, but someone else must approve
  Harald Welte: Looks good to me, approved



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 @@
 } hnbgw_cmdline_config = {
 	0,
 	"osmo-hnbgw.cfg",
-	true,
+	false,
 	false,
 	0,
 	NULL,

-- 
To view, visit https://gerrit.osmocom.org/13144
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I00400b626925fa9da707ad6679d8448941dbfa98
Gerrit-Change-Number: 13144
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190306/3b20dd8c/attachment.htm>


More information about the gerrit-log mailing list