Change log message

This commit is contained in:
Geoffrey Merck F4FXL - KC3FRA 2018-11-24 17:57:27 +01:00
parent 51c734faa7
commit 584dd7e228

View file

@ -1066,7 +1066,7 @@ void CIRCDDBGatewayThread::processG2()
default:
//Probably someone punching a UDP hole to us, keep track of that
if(remoteAddress.s_addr != INADDR_NONE && remotePort > 0 && remotePort < 65536) {
wxLogMessage(wxT("Incoming G2 UDP punch from %s:%i"), ::inet_ntoa(remoteAddress), remotePort);
wxLogMessage(wxT("Incoming G2 UDP traversal from %s:%i"), ::inet_ntoa(remoteAddress), remotePort);
m_cache.updateGatewayG2(wxT(""), remoteAddress, remotePort);
}