Review at  https://gerrit.osmocom.org/6450

libmsc: bssap: Fix typo in log message

Change-Id: I941cd7f4e9eec3e4f2786100a0e64770d5aee4a7
---
M src/libmsc/a_iface_bssap.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/50/6450/1

diff --git a/src/libmsc/a_iface_bssap.c b/src/libmsc/a_iface_bssap.c
index 0946a5d..ea1b926 100644
--- a/src/libmsc/a_iface_bssap.c
+++ b/src/libmsc/a_iface_bssap.c
@@ -245,7 +245,7 @@
 {
        int rc;
 
-       LOGP(DMSC, LOGL_INFO, "Rx BSSMAP CLEAR COMPPLETE, releasing SCCP 
connection\n");
+       LOGP(DMSC, LOGL_INFO, "Rx BSSMAP CLEAR COMPLETE, releasing SCCP 
connection\n");
        rc = osmo_sccp_tx_disconn(scu, a_conn_info->conn_id,
                                  NULL, SCCP_RELEASE_CAUSE_END_USER_ORIGINATED);
 

-- 
To view, visit https://gerrit.osmocom.org/6450
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I941cd7f4e9eec3e4f2786100a0e64770d5aee4a7
Gerrit-PatchSet: 1
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pes...@sysmocom.de>

Reply via email to