mirror of
https://github.com/opensim/opensim.git
synced 2026-05-19 22:45:43 +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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user