mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
* Removed plenty more untagged console messages. Everything now has shiny groups. :)
This commit is contained in:
@@ -859,14 +859,14 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
|
||||
if (child)
|
||||
{
|
||||
MainLog.Instance.Verbose(RegionInfo.RegionName + ": Creating new child agent.");
|
||||
MainLog.Instance.Verbose("SCENE", RegionInfo.RegionName + ": Creating new child agent.");
|
||||
}
|
||||
else
|
||||
{
|
||||
newAvatar.OnSignificantClientMovement += m_LandManager.handleSignificantClientMovement;
|
||||
|
||||
MainLog.Instance.Verbose(RegionInfo.RegionName + ": Creating new root agent.");
|
||||
MainLog.Instance.Verbose(RegionInfo.RegionName + ": Adding Physical agent.");
|
||||
MainLog.Instance.Verbose("SCENE", RegionInfo.RegionName + ": Creating new root agent.");
|
||||
MainLog.Instance.Verbose("SCENE", RegionInfo.RegionName + ": Adding Physical agent.");
|
||||
|
||||
newAvatar.AddToPhysicalScene();
|
||||
}
|
||||
|
||||
@@ -234,7 +234,6 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
|
||||
m_regionInfo = reginfo;
|
||||
m_regionHandle = reginfo.RegionHandle;
|
||||
MainLog.Instance.Verbose("Avatar.cs ");
|
||||
m_controllingClient = client;
|
||||
m_firstname = m_controllingClient.FirstName;
|
||||
m_lastname = m_controllingClient.LastName;
|
||||
|
||||
Reference in New Issue
Block a user