a_iface: fix typo

Change-Id: Ia849a4043d0fb209fe6e6840908f4f7fe90dc9e5
This commit is contained in:
Philipp Maier 2017-09-11 10:05:05 +02:00
parent 4502f5ff58
commit a3351e0fe4
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ int a_iface_tx_dtap(struct msgb *msg)
LOGP(DMSC, LOGL_ERROR, "Unable to generate BSSMAP DTAP message!\n");
return -EINVAL;
} else
LOGP(DMSC, LOGL_DEBUG, "Massage will be sent as BSSMAP DTAP message!\n");
LOGP(DMSC, LOGL_DEBUG, "Message will be sent as BSSMAP DTAP message!\n");
LOGP(DMSC, LOGL_DEBUG, "N-DATA.req(%u, %s)\n", conn->a.conn_id, osmo_hexdump(msg_resp->data, msg_resp->len));
/* osmo_sccp_tx_data_msg() takes ownership of msg_resp */