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

0.7.0.2-release
Justin Clark-Casey (justincc) 2010-08-19 00:54:09 +01:00 committed by Diva Canto
parent 8c7b8f7a39
commit f64358dadf
1 changed files with 1 additions and 1 deletions

View File

@ -2169,7 +2169,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;
}