Changed logging of LAPD from DLLAPDM to DLLAPD

This commit is contained in:
root 2011-09-26 11:22:21 +02:00 committed by Harald Welte
parent f84571d0f4
commit 8a996b4844
2 changed files with 4 additions and 4 deletions

View File

@ -62,7 +62,7 @@ void logp(int subsys, char *file, int line, int cont, const char *format, ...) _
/* logging levels defined by the library itself */
#define DLGLOBAL -1
#define DLLAPDM -2
#define DLLAPD -2
#define DLINP -3
#define DLMUX -4
#define DLMI -5

View File

@ -72,9 +72,9 @@ static const struct log_info_cat internal_cat[OSMO_NUM_DLIB] = {
.loglevel = LOGL_NOTICE,
.enabled = 1,
},
[INT2IDX(DLLAPDM)] = { /* -2 becomes 1 */
.name = "DLLAPDM",
.description = "LAPDm in libosmogsm",
[INT2IDX(DLLAPD)] = { /* -2 becomes 1 */
.name = "DLLAPD",
.description = "LAPD in libosmogsm",
.loglevel = LOGL_NOTICE,
.enabled = 1,
},