aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMelanie2009-12-11 02:40:33 +0000
committerJustin Clark-Casey (justincc)2009-12-11 16:15:14 +0000
commit19032739bea17bc26414d4e9718c79cc69ecc7fe (patch)
tree98b8f3a058ad6514c21a895d2121a8ef1fd4a790
parentKill a NRE caused by an error message trying to print unavailable data (diff)
downloadopensim-SC-19032739bea17bc26414d4e9718c79cc69ecc7fe.zip
opensim-SC-19032739bea17bc26414d4e9718c79cc69ecc7fe.tar.gz
opensim-SC-19032739bea17bc26414d4e9718c79cc69ecc7fe.tar.bz2
opensim-SC-19032739bea17bc26414d4e9718c79cc69ecc7fe.tar.xz
Refix the fix
-rw-r--r--OpenSim/Data/MySQL/MySQLLegacyRegionData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLLegacyRegionData.cs b/OpenSim/Data/MySQL/MySQLLegacyRegionData.cs
index c33dc52..9a4a4bb 100644
--- a/OpenSim/Data/MySQL/MySQLLegacyRegionData.cs
+++ b/OpenSim/Data/MySQL/MySQLLegacyRegionData.cs
@@ -480,7 +480,7 @@ namespace OpenSim.Data.MySQL
480 else 480 else
481 { 481 {
482 m_log.WarnFormat( 482 m_log.WarnFormat(
483 "[REGION DB]: Database contains an orphan child prim {0} {1} in region {3} pointing to missing parent {4}. This prim will not be loaded.", 483 "[REGION DB]: Database contains an orphan child prim {0} {1} in region {2} pointing to missing parent {3}. This prim will not be loaded.",
484 prim.Name, prim.UUID, regionID, prim.ParentUUID); 484 prim.Name, prim.UUID, regionID, prim.ParentUUID);
485 } 485 }
486 } 486 }