aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.Inventory.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
index d79a7f1..897e52e 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
@@ -2169,7 +2169,7 @@ namespace OpenSim.Region.Framework.Scenes
2169 2169
2170 if (root == null) 2170 if (root == null)
2171 { 2171 {
2172 m_log.DebugFormat("[LINK]: Can't find linkset root prim {0{", parentPrimId); 2172 m_log.DebugFormat("[LINK]: Can't find linkset root prim {0}", parentPrimId);
2173 return; 2173 return;
2174 } 2174 }
2175 2175