pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/libosmo-sigtran/+/42214?usp=email )

Change subject: tcap: Fix wrong address type printed in log line
......................................................................

tcap: Fix wrong address type printed in log line

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

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved




diff --git a/src/tcap_as_loadshare.c b/src/tcap_as_loadshare.c
index f00347c..5a52f83 100644
--- a/src/tcap_as_loadshare.c
+++ b/src/tcap_as_loadshare.c
@@ -314,7 +314,7 @@

        rc = sua_addr_parse(&calling_addr, sua, SUA_IEI_SRC_ADDR);
        if (rc < 0) {
-               LOGPAS(as, DLTCAP, LOGL_NOTICE, "Unable to parse SCCP 
Destination Address\n");
+               LOGPAS(as, DLTCAP, LOGL_NOTICE, "Unable to parse SCCP Source 
Address\n");
                return -3;
        }


--
To view, visit https://gerrit.osmocom.org/c/libosmo-sigtran/+/42214?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: I28b0d488159d9fa88e69e8c8b2e53a97b461763a
Gerrit-Change-Number: 42214
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>

Reply via email to