minor: Correct string format in "Can't find linkset root prim" message

prebuild-update
Justin Clark-Casey (justincc) 2010-08-19 00:54:09 +01:00
parent 8c12f22140
commit 85f448642b
1 changed files with 1 additions and 1 deletions

View File

@ -2165,7 +2165,7 @@ namespace OpenSim.Region.Framework.Scenes
if (root == null)
{
m_log.DebugFormat("[LINK]: Can't find linkset root prim {0{", parentPrimId);
m_log.DebugFormat("[LINK]: Can't find linkset root prim {0}", parentPrimId);
return;
}