aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/Tests/TestLLUDPServer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/Tests/TestLLUDPServer.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/Tests/TestLLUDPServer.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/Tests/TestLLUDPServer.cs b/OpenSim/Region/ClientStack/LindenUDP/Tests/TestLLUDPServer.cs
index 53506d3..9c231b5 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/Tests/TestLLUDPServer.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/Tests/TestLLUDPServer.cs
@@ -57,8 +57,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP.Tests
57 protected override bool EndReceive(out int numBytes, IAsyncResult result, ref EndPoint epSender) 57 protected override bool EndReceive(out int numBytes, IAsyncResult result, ref EndPoint epSender)
58 { 58 {
59 numBytes = 0; 59 numBytes = 0;
60 60
61 //System.Console.WriteLine("Queue size " + m_chunksToLoad.Count); 61 //m_log.Debug("Queue size " + m_chunksToLoad.Count);
62 62
63 if (m_chunksToLoad.Count <= 0) 63 if (m_chunksToLoad.Count <= 0)
64 return false; 64 return false;
@@ -150,4 +150,4 @@ namespace OpenSim.Region.ClientStack.LindenUDP.Tests
150 Sender = sender; 150 Sender = sender;
151 } 151 }
152 } 152 }
153} \ No newline at end of file 153}