From 9bd121b75be538b44ff9c478147bdf2a15efb1f0 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 18 Feb 2016 12:36:26 +0100 Subject: cscn: minor dbg log tweak --- openbsc/src/osmo-cscn/cscn_main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openbsc') 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); } -- cgit v1.2.3