summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte2011-07-21 16:57:34 +0200
committerHarald Welte2011-07-21 16:57:34 +0200
commit40b0e8cd0ef97575e701732b60d5578b1907753d (patch)
tree6d9a15873f79276b0d78926c83299570b43d4bd3
parentupdate to comply with libosmocore namespace fixes (diff)
downloadlibosmo-abis-40b0e8cd0ef97575e701732b60d5578b1907753d.tar.gz
libosmo-abis-40b0e8cd0ef97575e701732b60d5578b1907753d.tar.xz
libosmo-abis-40b0e8cd0ef97575e701732b60d5578b1907753d.zip
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 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;