pespin has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran
refs/changes/14/42214/1
diff --git a/src/tcap_as_loadshare.c b/src/tcap_as_loadshare.c
index 0a73533..537e199 100644
--- a/src/tcap_as_loadshare.c
+++ b/src/tcap_as_loadshare.c
@@ -312,7 +312,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: newchange
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: I28b0d488159d9fa88e69e8c8b2e53a97b461763a
Gerrit-Change-Number: 42214
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>