minor: Correct string format in "Can't find linkset root prim" message
parent
8c12f22140
commit
85f448642b
|
@ -2165,7 +2165,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
|
|
||||||
if (root == null)
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue