[PATCH] osmo-hlr[master]: fix DLGSUP logging cat after change in libosmocore

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/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Sat Dec 10 16:30:46 UTC 2016


Review at  https://gerrit.osmocom.org/1403

fix DLGSUP logging cat after change in libosmocore

Following change-id Id974c7be158e4d60421a98110f5c807aefd31119 in libosmocore,
DLGSUP must no longer be added to applications' logging category arrays.

(Since osmo-hlr has no configure.ac yet, I can't bump the required libosmocore
revision. It would have been 0.9.5.)

Change-Id: I74ab1a031d1ed144468b016294d2965eba5e7d1d
---
M src/logging.c
1 file changed, 0 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/03/1403/1

diff --git a/src/logging.c b/src/logging.c
index 54c8900..9b8de45 100644
--- a/src/logging.c
+++ b/src/logging.c
@@ -13,12 +13,6 @@
 		.color = "\033[1;31m",
 		.enabled = 1, .loglevel = LOGL_DEBUG,
 	},
-	[DLGSUP] = {
-		.name = "DLGSUP",
-		.description = "GSUP Protocol",
-		.color = "\033[1;32m",
-		.enabled = 1, .loglevel = LOGL_INFO,
-	},
 	[DAUC] = {
 		.name = "DAUC",
 		.description = "Authentication Center",

-- 
To view, visit https://gerrit.osmocom.org/1403
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I74ab1a031d1ed144468b016294d2965eba5e7d1d
Gerrit-PatchSet: 1
Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list