* Don't save attachments on saving oar, which stops them coming back as ghost prims
This commit is contained in:
Justin Clarke Casey
2008-11-01 21:28:52 +00:00
parent 388c053dcb
commit b03e34dd2d
5 changed files with 14 additions and 15 deletions

View File

@@ -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!