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:
Brian McBee
2007-11-25 21:21:44 +00:00
parent 7720be5a39
commit 35472b3666
3 changed files with 138 additions and 62 deletions

View File

@@ -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();
}
}