Change in osmo-hlr[master]: Log ip:port when adding GSUP routes

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Max gerrit-no-reply at lists.osmocom.org
Thu Feb 14 11:07:16 UTC 2019


Max has submitted this change and it was merged. ( https://gerrit.osmocom.org/12904 )

Change subject: Log ip:port when adding GSUP routes
......................................................................

Log ip:port when adding GSUP routes

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

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



diff --git a/src/gsup_router.c b/src/gsup_router.c
index 6038ee6..16ea202 100644
--- a/src/gsup_router.c
+++ b/src/gsup_router.c
@@ -61,7 +61,7 @@
 	if (!gr)
 		return -ENOMEM;
 
-	LOGP(DMAIN, LOGL_INFO, "Adding GSUP route for %s\n", addr);
+	LOGP(DMAIN, LOGL_INFO, "Adding GSUP route for %s via %s:%u\n", addr, conn->conn->addr, conn->conn->port);
 
 	gr->addr = talloc_memdup(gr, addr, addrlen);
 	gr->conn = conn;

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

Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I7202fdf59e763dbca261508685555b324ac7e4c0
Gerrit-Change-Number: 12904
Gerrit-PatchSet: 1
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Max <msuraev at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190214/510a2945/attachment.htm>


More information about the gerrit-log mailing list