#5 add some logging

pull/32/head
Geoffrey Merck 4 years ago
parent eba2334050
commit a88bf0bb17

@ -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)

Loading…
Cancel
Save

Powered by TurnKey Linux.