Change in osmo-ttcn3-hacks[master]: IPA: log host:port on listen errors

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
Tue Mar 12 12:22:09 UTC 2019


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

Change subject: IPA: log host:port on listen errors
......................................................................

IPA: log host:port on listen errors

Change-Id: I0e25961698ab70a2822e2b2be5b514c3603981ca
---
M library/IPA_Emulation.ttcnpp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  osmith: Looks good to me, but someone else must approve
  Pau Espin Pedrol: Looks good to me, approved



diff --git a/library/IPA_Emulation.ttcnpp b/library/IPA_Emulation.ttcnpp
index f556327..a2066ee 100644
--- a/library/IPA_Emulation.ttcnpp
+++ b/library/IPA_Emulation.ttcnpp
@@ -258,7 +258,7 @@
 	res := IPA_CodecPort_CtrlFunct.f_IPL4_listen(IPA_PORT, 
 						local_host, local_port, { tcp:={} });
 	if (not ispresent(res.connId)) {
-		setverdict(fail, "Could not listen IPA socket, check your configuration");
+		setverdict(fail, "Could not listen IPA socket ", local_host, ":", local_port, ", check your configuration");
 		mtc.stop;
 	}
 	g_ipa_conn_id := res.connId;

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

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I0e25961698ab70a2822e2b2be5b514c3603981ca
Gerrit-Change-Number: 13202
Gerrit-PatchSet: 1
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Daniel Willmann <dwillmann at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190312/f02448cc/attachment.htm>


More information about the gerrit-log mailing list