From b03e34dd2de8e58f3aaf61dbac71d1e8f99313e8 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Sat, 1 Nov 2008 21:28:52 +0000 Subject: * Fix http://opensimulator.org/mantis/view.php?id=2517 * Don't save attachments on saving oar, which stops them coming back as ghost prims --- OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs') 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 { CloseCircuit(reusedEpSender, e); } - catch (Exception a) + catch (Exception e2) { - m_log.Error("[UDPSERVER]: " + a); + m_log.ErrorFormat( + "[CLIENT]: Exception thrown when trying to close the circuit for {0} - {1}", reusedEpSender, e2); } // ENDLESS LOOP ON PURPOSE! -- cgit v1.1