fixed filenames in log messages

This commit is contained in:
Jeff Ames
2007-10-31 07:56:31 +00:00
parent 064404ab40
commit 13854d562f
9 changed files with 17 additions and 17 deletions

View File

@@ -158,7 +158,7 @@ namespace OpenSim.Region.ClientStack
catch (Exception)
{
MainLog.Instance.Warn("client",
"OpenSimClient.cs:ProcessOutPacket() - WARNING: Socket exception occurred on connection " +
"ClientView.PacketQueue.cs:ProcessOutPacket() - WARNING: Socket exception occurred on connection " +
userEP.ToString() + " - killing thread");
KillThread();
}