From 8351894170913c238cde6e9f242503315cb4e737 Mon Sep 17 00:00:00 2001 From: Tedd Hansen Date: Sat, 19 Jan 2008 11:25:08 +0000 Subject: one more try before I leave --- OpenSim/Region/Environment/Scenes/Scene.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'OpenSim/Region/Environment') diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index 65ededd..25c6d91 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs @@ -909,7 +909,7 @@ namespace OpenSim.Region.Environment.Scenes { m_LandManager.IncomingLandObjectsFromStorage(landData); } - MainLog.Instance.Debug("SCENE", "Done loading land objects from storage"); + MainLog.Instance.Verbose("SCENE", "Done loading land objects from storage"); } #endregion @@ -1703,15 +1703,15 @@ namespace OpenSim.Region.Environment.Scenes /// public void performParcelPrimCountUpdate() { - MainLog.Instance.Debug("SCENE", "Performing parcel prim count update: resetAllLandPrimCounts()"); + MainLog.Instance.Verbose("SCENE", "Performing parcel prim count update: resetAllLandPrimCounts()"); m_LandManager.resetAllLandPrimCounts(); - MainLog.Instance.Debug("SCENE", "Performing parcel prim count update: TriggerParcelPrimCountUpdate()"); + MainLog.Instance.Verbose("SCENE", "Performing parcel prim count update: TriggerParcelPrimCountUpdate()"); m_eventManager.TriggerParcelPrimCountUpdate(); - MainLog.Instance.Debug("SCENE", "Performing parcel prim count update: finalizeLandPrimCountUpdate()"); + MainLog.Instance.Verbose("SCENE", "Performing parcel prim count update: finalizeLandPrimCountUpdate()"); m_LandManager.finalizeLandPrimCountUpdate(); - MainLog.Instance.Debug("SCENE", "Performing parcel prim count update: landPrimCountTainted = false"); + MainLog.Instance.Verbose("SCENE", "Performing parcel prim count update: landPrimCountTainted = false"); m_LandManager.landPrimCountTainted = false; - MainLog.Instance.Debug("SCENE", "Performing parcel prim count update: Done"); + MainLog.Instance.Verbose("SCENE", "Performing parcel prim count update: Done"); } /// -- cgit v1.1