aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
index 52a2467..ba4e18b 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs
@@ -293,9 +293,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP
293 { 293 {
294 CloseCircuit(reusedEpSender, e); 294 CloseCircuit(reusedEpSender, e);
295 } 295 }
296 catch (Exception a) 296 catch (Exception e2)
297 { 297 {
298 m_log.Error("[UDPSERVER]: " + a); 298 m_log.ErrorFormat(
299 "[CLIENT]: Exception thrown when trying to close the circuit for {0} - {1}", reusedEpSender, e2);
299 } 300 }
300 301
301 // ENDLESS LOOP ON PURPOSE! 302 // ENDLESS LOOP ON PURPOSE!