[E1] fix typo resulting in NM message being logged as RSL

This commit is contained in:
Harald Welte 2011-02-05 20:18:18 +01:00
parent 98c98547d0
commit f933de97ba
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}