aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-07-11 18:19:33 +0200
committerHarald Welte <laforge@gnumonks.org>2011-07-11 18:19:33 +0200
commit376f782e2878926e089610d5b0cb7e771e3ada82 (patch)
tree0cfc1bfd37a0b738686f91b157b4ad507cac7822 /openbsc
parentcccd3014992d316b79fc1b9709356b2207a88886 (diff)
osmo_bsc_msc: use DMI consistnetly for debugging packet payload
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/osmo-bsc/osmo_bsc_msc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/osmo-bsc/osmo_bsc_msc.c b/openbsc/src/osmo-bsc/osmo_bsc_msc.c
index 14a88d91f..445ce12fe 100644
--- a/openbsc/src/osmo-bsc/osmo_bsc_msc.c
+++ b/openbsc/src/osmo-bsc/osmo_bsc_msc.c
@@ -226,7 +226,7 @@ static int ipaccess_a_fd_cb(struct osmo_fd *bfd)
return -1;
}
- LOGP(DMSC, LOGL_DEBUG, "From MSC: %s proto: %d\n", osmo_hexdump(msg->data, msg->len), msg->l2h[0]);
+ LOGP(DMI, LOGL_DEBUG, "From MSC: %s proto: %d\n", osmo_hexdump(msg->data, msg->len), msg->l2h[0]);
/* handle base message handling */
hh = (struct ipaccess_head *) msg->data;