diff options
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs index c0a84a8..2c5ad85 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs | |||
@@ -210,8 +210,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
210 | byte[][] datas = packet.ToBytesMultiple(); | 210 | byte[][] datas = packet.ToBytesMultiple(); |
211 | int packetCount = datas.Length; | 211 | int packetCount = datas.Length; |
212 | 212 | ||
213 | if (packetCount > 1) | 213 | //if (packetCount > 1) |
214 | m_log.Debug("[LLUDPSERVER]: Split " + packet.Type + " packet into " + packetCount + " packets"); | 214 | // m_log.Debug("[LLUDPSERVER]: Split " + packet.Type + " packet into " + packetCount + " packets"); |
215 | 215 | ||
216 | for (int i = 0; i < packetCount; i++) | 216 | for (int i = 0; i < packetCount; i++) |
217 | { | 217 | { |
@@ -250,8 +250,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
250 | byte[][] datas = packet.ToBytesMultiple(); | 250 | byte[][] datas = packet.ToBytesMultiple(); |
251 | int packetCount = datas.Length; | 251 | int packetCount = datas.Length; |
252 | 252 | ||
253 | if (packetCount > 1) | 253 | //if (packetCount > 1) |
254 | m_log.Debug("[LLUDPSERVER]: Split " + packet.Type + " packet into " + packetCount + " packets"); | 254 | // m_log.Debug("[LLUDPSERVER]: Split " + packet.Type + " packet into " + packetCount + " packets"); |
255 | 255 | ||
256 | for (int i = 0; i < packetCount; i++) | 256 | for (int i = 0; i < packetCount; i++) |
257 | { | 257 | { |