diff options
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | 2 |
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 9963225..4d84018 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | |||
@@ -2165,7 +2165,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
2165 | 2165 | ||
2166 | if (root == null) | 2166 | if (root == null) |
2167 | { | 2167 | { |
2168 | m_log.DebugFormat("[LINK]: Can't find linkset root prim {0{", parentPrimId); | 2168 | m_log.DebugFormat("[LINK]: Can't find linkset root prim {0}", parentPrimId); |
2169 | return; | 2169 | return; |
2170 | } | 2170 | } |
2171 | 2171 | ||