diff options
author | Adam Frisby | 2007-10-22 22:37:39 +0000 |
---|---|---|
committer | Adam Frisby | 2007-10-22 22:37:39 +0000 |
commit | 3143768468e7fc5a6443c2cde398d8b9fade76de (patch) | |
tree | b0b394fab9f1fa2cb6c745522469b72f09815d02 /OpenSim/Region/Environment/Scenes/Scene.cs | |
parent | * Table creation now checks if the table already exists before building it. (diff) | |
download | opensim-SC_OLD-3143768468e7fc5a6443c2cde398d8b9fade76de.zip opensim-SC_OLD-3143768468e7fc5a6443c2cde398d8b9fade76de.tar.gz opensim-SC_OLD-3143768468e7fc5a6443c2cde398d8b9fade76de.tar.bz2 opensim-SC_OLD-3143768468e7fc5a6443c2cde398d8b9fade76de.tar.xz |
* Removed plenty more untagged console messages. Everything now has shiny groups. :)
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index ee47678..84eb503 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -859,14 +859,14 @@ namespace OpenSim.Region.Environment.Scenes | |||
859 | 859 | ||
860 | if (child) | 860 | if (child) |
861 | { | 861 | { |
862 | MainLog.Instance.Verbose(RegionInfo.RegionName + ": Creating new child agent."); | 862 | MainLog.Instance.Verbose("SCENE", RegionInfo.RegionName + ": Creating new child agent."); |
863 | } | 863 | } |
864 | else | 864 | else |
865 | { | 865 | { |
866 | newAvatar.OnSignificantClientMovement += m_LandManager.handleSignificantClientMovement; | 866 | newAvatar.OnSignificantClientMovement += m_LandManager.handleSignificantClientMovement; |
867 | 867 | ||
868 | MainLog.Instance.Verbose(RegionInfo.RegionName + ": Creating new root agent."); | 868 | MainLog.Instance.Verbose("SCENE", RegionInfo.RegionName + ": Creating new root agent."); |
869 | MainLog.Instance.Verbose(RegionInfo.RegionName + ": Adding Physical agent."); | 869 | MainLog.Instance.Verbose("SCENE", RegionInfo.RegionName + ": Adding Physical agent."); |
870 | 870 | ||
871 | newAvatar.AddToPhysicalScene(); | 871 | newAvatar.AddToPhysicalScene(); |
872 | } | 872 | } |