aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-07-21 16:57:34 +0200
committerHarald Welte <laforge@gnumonks.org>2011-07-21 16:57:34 +0200
commit40b0e8cd0ef97575e701732b60d5578b1907753d (patch)
tree6d9a15873f79276b0d78926c83299570b43d4bd3
parentcc2241bf1cbf9bd17600eea195191e4936d8ad9e (diff)
don't use DLRSL, as it will be removed
-rw-r--r--src/e1_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/e1_input.c b/src/e1_input.c
index 1b08ed7c..701152c6 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;