mirror of
https://github.com/opensim/opensim.git
synced 2026-05-19 14:35:44 +08:00
Added new configuration item to User Server: X and Y of region to send user to if their logon region is down. Known good region, sort of.
This commit is contained in:
@@ -166,11 +166,12 @@ namespace OpenSim.Region.ClientStack
|
||||
//userEP);
|
||||
}
|
||||
}
|
||||
catch (Exception)
|
||||
catch (Exception e)
|
||||
{
|
||||
MainLog.Instance.Warn("client",
|
||||
"ClientView.PacketQueue.cs:ProcessOutPacket() - WARNING: Socket exception occurred on connection " +
|
||||
userEP.ToString() + " - killing thread");
|
||||
MainLog.Instance.Error(e.ToString());
|
||||
KillThread();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user