mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
fixed filenames in log messages
This commit is contained in:
@@ -297,7 +297,7 @@ namespace OpenSim.Region.ClientStack
|
||||
catch (Exception e)
|
||||
{
|
||||
MainLog.Instance.Warn("client",
|
||||
"ClientView API.cs: SendLayerData() - Failed with exception " + e.ToString());
|
||||
"ClientView.API.cs: SendLayerData() - Failed with exception " + e.ToString());
|
||||
}
|
||||
}
|
||||
|
||||
@@ -324,7 +324,7 @@ namespace OpenSim.Region.ClientStack
|
||||
catch (Exception e)
|
||||
{
|
||||
MainLog.Instance.Warn("client",
|
||||
"ClientView API .cs: SendLayerData() - Failed with exception " + e.ToString());
|
||||
"ClientView.API.cs: SendLayerData() - Failed with exception " + e.ToString());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
@@ -388,7 +388,7 @@ namespace OpenSim.Region.ClientStack
|
||||
}
|
||||
break;
|
||||
case PacketType.TransferRequest:
|
||||
//Console.WriteLine("OpenSimClient.cs:ProcessInPacket() - Got transfer request");
|
||||
//Console.WriteLine("ClientView.ProcessPackets.cs:ProcessInPacket() - Got transfer request");
|
||||
TransferRequestPacket transfer = (TransferRequestPacket) Pack;
|
||||
m_assetCache.AddAssetRequest(this, transfer);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user