Harald Welte has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/9423 )

Change subject: cosmetic: fix typo in log message: 'abrupt' instead of 'aprupt'
......................................................................

cosmetic: fix typo in log message: 'abrupt' instead of 'aprupt'

Change-Id: Ib4d8864baf538ec5871f42fa717eba3b7da9f48e
---
M src/libosmo-mgcp-client/mgcp_client_fsm.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/src/libosmo-mgcp-client/mgcp_client_fsm.c 
b/src/libosmo-mgcp-client/mgcp_client_fsm.c
index 07a65e6..6f84ffa 100644
--- a/src/libosmo-mgcp-client/mgcp_client_fsm.c
+++ b/src/libosmo-mgcp-client/mgcp_client_fsm.c
@@ -476,7 +476,7 @@
         * mgcp_conn_delete() to instruct the FSM to perform a graceful exit */
        if (strlen(mgcp_ctx->conn_id)) {
                LOGPFSML(fi, LOGL_ERROR,
-                        "MGW/DLCX: aprupt FSM termination with connections 
still present, sending unconditional DLCX...\n");
+                        "MGW/DLCX: abrupt FSM termination with connections 
still present, sending unconditional DLCX...\n");
                msg = make_dlcx_msg(mgcp_ctx);
                OSMO_ASSERT(msg);
                mgcp_client_tx(mgcp, msg, NULL, NULL);

--
To view, visit https://gerrit.osmocom.org/9423
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib4d8864baf538ec5871f42fa717eba3b7da9f48e
Gerrit-Change-Number: 9423
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder

Reply via email to