summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/common/sap_interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/layer23/src/common/sap_interface.c')
-rw-r--r--src/host/layer23/src/common/sap_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/src/common/sap_interface.c b/src/host/layer23/src/common/sap_interface.c
index 5d928402..fd5cdc3b 100644
--- a/src/host/layer23/src/common/sap_interface.c
+++ b/src/host/layer23/src/common/sap_interface.c
@@ -161,7 +161,7 @@ int osmosap_send(struct osmocom_ms *ms, struct msgb *msg)
if (ms->sap_wq.bfd.fd <= 0)
return -EINVAL;
- DEBUGP(DSAP, "Sending: '%s'\n", hexdump(msg->data, msg->len));
+ DEBUGP(DSAP, "Sending: '%s'\n", osmo_hexdump(msg->data, msg->len));
if (msg->l1h != msg->data)
LOGP(DSAP, LOGL_ERROR, "Message SAP header != Message Data\n");