From b7aae8b957e70d6930efb7d988353b449ef21358 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 11 Mar 2019 15:22:02 +0100 Subject: IPA: log host:port on listen errors Change-Id: I0e25961698ab70a2822e2b2be5b514c3603981ca --- library/IPA_Emulation.ttcnpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/IPA_Emulation.ttcnpp b/library/IPA_Emulation.ttcnpp index f5563276..a2066ee5 100644 --- a/library/IPA_Emulation.ttcnpp +++ b/library/IPA_Emulation.ttcnpp @@ -258,7 +258,7 @@ function f_bind(charstring local_host, IPL4asp_Types.PortNumber local_port, 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; -- cgit v1.2.3