Refix the fix

mysql-performance
Melanie 2009-12-11 02:40:33 +00:00
parent d68b664243
commit 204c59c5ac
1 changed files with 1 additions and 1 deletions

View File

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