aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/e1_input.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-02-05 20:18:18 +0100
committerHarald Welte <laforge@gnumonks.org>2011-02-05 20:23:44 +0100
commitf933de97ba4eaa4a2a6ca3626784a8f3386480cd (patch)
treef9af781be38b7c3976c868ede9b835f0c711c9a3 /openbsc/src/e1_input.c
parent98c98547d0f243028f779150a667fb35ad0b1dbe (diff)
[E1] fix typo resulting in NM message being logged as RSL
Diffstat (limited to 'openbsc/src/e1_input.c')
-rw-r--r--openbsc/src/e1_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/e1_input.c b/openbsc/src/e1_input.c
index 67a62e4c9..d98dbe36e 100644
--- a/openbsc/src/e1_input.c
+++ b/openbsc/src/e1_input.c
@@ -269,7 +269,7 @@ int _abis_nm_sendmsg(struct msgb *msg)
msg->l2h = msg->data;
if (!msg->trx || !msg->trx->bts || !msg->trx->bts->oml_link) {
- LOGP(DRSL, LOGL_ERROR, "nm_sendmsg: msg->trx == NULL\n");
+ LOGP(DNM, LOGL_ERROR, "nm_sendmsg: msg->trx == NULL\n");
return -EINVAL;
}