fix DLGSUP logging cat after change in libosmocore

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

Todo: once above change is merged to libosmocore, bump the required libosmocore
version in configure.ac.

Change-Id: I74ab1a031d1ed144468b016294d2965eba5e7d1d
This commit is contained in:
Neels Hofmeyr 2016-12-11 00:27:32 +01:00
parent ec1b959496
commit 3e6a69d2ab
1 changed files with 0 additions and 6 deletions

View File

@ -13,12 +13,6 @@ const struct log_info_cat hlr_log_info_cat[] = {
.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",