From 40b0e8cd0ef97575e701732b60d5578b1907753d Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 21 Jul 2011 16:57:34 +0200 Subject: don't use DLRSL, as it will be removed --- src/e1_input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/e1_input.c b/src/e1_input.c index 1b08ed7..701152c 100644 --- a/src/e1_input.c +++ b/src/e1_input.c @@ -211,7 +211,7 @@ int abis_sendmsg(struct msgb *msg) /* don't know how to route this message. */ if (sign_link == NULL) { - LOGP(DLRSL, LOGL_ERROR, "abis_sendmsg: msg->dst == NULL: %s\n", + LOGP(DLINP, LOGL_ERROR, "abis_sendmsg: msg->dst == NULL: %s\n", osmo_hexdump(msg->data, msg->len)); talloc_free(msg); return -EINVAL; -- cgit v1.2.3-55-g7522