aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-02-18 12:36:26 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-03 16:19:12 +0100
commit9bd121b75be538b44ff9c478147bdf2a15efb1f0 (patch)
treed423ae8038f20bc4c036bd9b320339599878ef38 /openbsc
parentfa029f08c25b74f5c2236e111fa6b956b5ee28e5 (diff)
cscn: minor dbg log tweak
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/osmo-cscn/cscn_main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbsc/src/osmo-cscn/cscn_main.c b/openbsc/src/osmo-cscn/cscn_main.c
index f32a82815..82aca2239 100644
--- a/openbsc/src/osmo-cscn/cscn_main.c
+++ b/openbsc/src/osmo-cscn/cscn_main.c
@@ -305,8 +305,7 @@ void *talloc_asn1_ctx;
static int rcvmsg_iu_cs(struct msgb *msg, struct gprs_ra_id *ra_id, /* FIXME gprs_ in CS code */
uint16_t *sai)
{
- DEBUGP(DIUCS, "got Iu-CS message\n");
- DEBUGP(DIUCS, "Iu-CS message is %s\n",
+ DEBUGP(DIUCS, "got Iu-CS message: %s\n",
osmo_hexdump(msg->data, msg->len));
return gsm0408_rcvmsg_iucs(cscn_network, msg);
}