* minor: Change comment on last commit. My English - not so good.

0.6.0-stable
Justin Clarke Casey 2008-06-03 20:55:56 +00:00
parent a987840191
commit 723c9eccad
1 changed files with 4 additions and 3 deletions

View File

@ -726,9 +726,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP
catch (Exception e) catch (Exception e)
{ {
// Don't let a failure in an individual client thread crash the whole sim. // Don't let a failure in an individual client thread crash the whole sim.
// FIXME: possibly more sophisticated cleanup since leaving client resources around will // FIXME: could do more sophisticated cleanup since leaving client resources around may
// probably cause long term instability. I think this is still better than bring down the whole // cause instability for the region server over time. However, it could be a little tricky to
// region // prevent an exception loop if the client thread has already crashed due to some unexpected
// situation.
m_log.ErrorFormat("[CLIENT]: Client thread for {0} {1} crashed. Exception {2}", Name, AgentId, e); m_log.ErrorFormat("[CLIENT]: Client thread for {0} {1} crashed. Exception {2}", Name, AgentId, e);
} }
} }