diff options
author | Melanie | 2009-12-11 02:40:33 +0000 |
---|---|---|
committer | Melanie | 2009-12-11 02:40:33 +0000 |
commit | f6b1344722908f0d14d6e30c4b01b2f712c584f2 (patch) | |
tree | a07f8d6e9d8364138fbbc66cc3057001e01b6a87 /OpenSim | |
parent | Kill a NRE caused by an error message trying to print unavailable data (diff) | |
download | opensim-SC_OLD-f6b1344722908f0d14d6e30c4b01b2f712c584f2.zip opensim-SC_OLD-f6b1344722908f0d14d6e30c4b01b2f712c584f2.tar.gz opensim-SC_OLD-f6b1344722908f0d14d6e30c4b01b2f712c584f2.tar.bz2 opensim-SC_OLD-f6b1344722908f0d14d6e30c4b01b2f712c584f2.tar.xz |
Refix the fix
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLLegacyRegionData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLLegacyRegionData.cs b/OpenSim/Data/MySQL/MySQLLegacyRegionData.cs index 17977f1..e57e929 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 | } |