diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs b/OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs index 85cbb06..8bd3461 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs | |||
@@ -116,10 +116,6 @@ namespace OpenMetaverse | |||
116 | const int SIO_UDP_CONNRESET = -1744830452; | 116 | const int SIO_UDP_CONNRESET = -1744830452; |
117 | 117 | ||
118 | IPEndPoint ipep = new IPEndPoint(m_localBindAddress, m_udpPort); | 118 | IPEndPoint ipep = new IPEndPoint(m_localBindAddress, m_udpPort); |
119 | |||
120 | m_log.DebugFormat( | ||
121 | "[UDPBASE]: Binding UDP listener using internal IP address config {0}:{1}", | ||
122 | ipep.Address, ipep.Port); | ||
123 | 119 | ||
124 | m_udpSocket = new Socket( | 120 | m_udpSocket = new Socket( |
125 | AddressFamily.InterNetwork, | 121 | AddressFamily.InterNetwork, |