diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/InnerScene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/InnerScene.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/InnerScene.cs b/OpenSim/Region/Environment/Scenes/InnerScene.cs index 290629c..2511baf 100644 --- a/OpenSim/Region/Environment/Scenes/InnerScene.cs +++ b/OpenSim/Region/Environment/Scenes/InnerScene.cs | |||
@@ -662,7 +662,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
662 | /// <param name="prims"></param> | 662 | /// <param name="prims"></param> |
663 | public void DelinkObjects(List<uint> primIds) | 663 | public void DelinkObjects(List<uint> primIds) |
664 | { | 664 | { |
665 | //OpenSim.Framework.Console.MainLog.Instance.Verbose("DelinkObjects()"); | 665 | //MainLog.Instance.Verbose("DelinkObjects()"); |
666 | 666 | ||
667 | SceneObjectGroup parenPrim = null; | 667 | SceneObjectGroup parenPrim = null; |
668 | 668 | ||
@@ -700,7 +700,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
700 | } | 700 | } |
701 | else | 701 | else |
702 | { | 702 | { |
703 | OpenSim.Framework.Console.MainLog.Instance.Verbose("SCENE", | 703 | MainLog.Instance.Verbose("SCENE", |
704 | "DelinkObjects(): Could not find a root prim out of {0} as given to a delink request!", | 704 | "DelinkObjects(): Could not find a root prim out of {0} as given to a delink request!", |
705 | primIds); | 705 | primIds); |
706 | } | 706 | } |