diff --git a/G2ProtocolHandler.cpp b/G2ProtocolHandler.cpp index 0106bb6..f044240 100644 --- a/G2ProtocolHandler.cpp +++ b/G2ProtocolHandler.cpp @@ -107,6 +107,10 @@ bool CG2ProtocolHandler::readPackets() if (length <= 0) return false; + if(length == 1) { + CLog::logDebug("G2 Nat traversal packet received"); + } + m_length = length; // save the incoming port (this is to enable mobile hotspots)