diff --git a/Lidgren.Network/NetNatIntroduction.cs b/Lidgren.Network/NetNatIntroduction.cs index fea590d..504f398 100644 --- a/Lidgren.Network/NetNatIntroduction.cs +++ b/Lidgren.Network/NetNatIntroduction.cs @@ -64,6 +64,7 @@ namespace Lidgren.Network punch.Write(hostByte); punch.Write(token); m_unsentUnconnectedMessages.Enqueue(new NetTuple(remoteInternal, punch)); + LogDebug("NAT punch sent to " + remoteInternal); // send external punch punch = CreateMessage(1); @@ -71,6 +72,8 @@ namespace Lidgren.Network punch.Write(hostByte); punch.Write(token); m_unsentUnconnectedMessages.Enqueue(new NetTuple(remoteExternal, punch)); + LogDebug("NAT punch sent to " + remoteExternal); + } ///