Neels Hofmeyr has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/13119 )

Change subject: debug log typo fix in sccp_scoc.c
......................................................................

debug log typo fix in sccp_scoc.c

Change-Id: Ic5637700122ef26a44932149994c01ccbfc18ffd
---
M src/sccp_scoc.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Max: Looks good to me, but someone else must approve
  Pau Espin Pedrol: Looks good to me, approved
  Harald Welte: Looks good to me, approved



diff --git a/src/sccp_scoc.c b/src/sccp_scoc.c
index fbbad49..cb1d567 100644
--- a/src/sccp_scoc.c
+++ b/src/sccp_scoc.c
@@ -1700,7 +1700,7 @@
        int rc = 0;
        int event;

-       LOGP(DLSCCP, LOGL_DEBUG, "Received SCCP User Primitive %s)\n",
+       LOGP(DLSCCP, LOGL_DEBUG, "Received SCCP User Primitive (%s)\n",
                osmo_scu_prim_name(&prim->oph));

        switch (OSMO_PRIM_HDR(&prim->oph)) {

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

Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic5637700122ef26a44932149994c01ccbfc18ffd
Gerrit-Change-Number: 13119
Gerrit-PatchSet: 3
Gerrit-Owner: Neels Hofmeyr <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Max <[email protected]>
Gerrit-Reviewer: Pau Espin Pedrol <[email protected]>

Reply via email to