aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 18ea865..ab18c93 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
@@ -2218,7 +2218,7 @@ namespace OpenSim.Region.Framework.Scenes
2218 2218
2219 if (root == null) 2219 if (root == null)
2220 { 2220 {
2221 m_log.DebugFormat("[LINK]: Can't find linkset root prim {0{", parentPrimId); 2221 m_log.DebugFormat("[LINK]: Can't find linkset root prim {0}", parentPrimId);
2222 return; 2222 return;
2223 } 2223 }
2224 2224