From bbef72ccb7773be85beba4489acf47b577981ee4 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Thu, 12 Mar 2020 08:34:55 -0700 Subject: [PATCH] changed error msg --- QnetGateway.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QnetGateway.cpp b/QnetGateway.cpp index 2ab3c08..8510c9d 100644 --- a/QnetGateway.cpp +++ b/QnetGateway.cpp @@ -1337,7 +1337,7 @@ void CQnetGateway::ProcessModem() ii[Index[i]]->sendPing(user, from); to_remote_g2[i].streamid = dsvt.streamid; if (addr.npos == addr.find(':') && af_family[Index[i]] == AF_INET6) - fprintf(stderr, "ERROR: IP returned from cache is IPV4 but family is AF_INET6!\n"); + fprintf(stderr, "ERROR using IRC[%d]: IP returned from cache is IPV4, %s, but family is AF_INET6!\n", i,S addr.c_str()); to_remote_g2[i].toDstar.Initialize(af_family[Index[i]], (uint16_t)((af_family[Index[i]]==AF_INET6) ? g2_ipv6_external.port : g2_external.port), addr.c_str()); /* set rpt1 */