Kill a NRE caused by an error message trying to print unavailable data

0.6.8-post-fixes
grid 2009-12-10 22:09:16 -05:00 committed by Justin Clark-Casey (justincc)
parent 73045c5c43
commit d0b619c5b6
1 changed files with 2 additions and 2 deletions

View File

@ -480,8 +480,8 @@ namespace OpenSim.Data.MySQL
else
{
m_log.WarnFormat(
"[REGION DB]: Database contains an orphan child prim {0} {1} at {2} in region {3} pointing to missing parent {4}. This prim will not be loaded.",
prim.Name, prim.UUID, prim.AbsolutePosition, regionID, prim.ParentUUID);
"[REGION DB]: Database contains an orphan child prim {0} {1} in region {3} pointing to missing parent {4}. This prim will not be loaded.",
prim.Name, prim.UUID, regionID, prim.ParentUUID);
}
}
}