aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-10-19 01:22:07 +0100
committerJustin Clark-Casey (justincc)2011-10-19 01:22:07 +0100
commitfe484ab331871e1419ee78afefca7c8856e2dfb4 (patch)
tree378e4d105d474be1252787bbd2f97a77ad3abfcb /OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs
parentRegion-UUID - can not be zero-uuid (diff)
downloadopensim-SC_OLD-fe484ab331871e1419ee78afefca7c8856e2dfb4.zip
opensim-SC_OLD-fe484ab331871e1419ee78afefca7c8856e2dfb4.tar.gz
opensim-SC_OLD-fe484ab331871e1419ee78afefca7c8856e2dfb4.tar.bz2
opensim-SC_OLD-fe484ab331871e1419ee78afefca7c8856e2dfb4.tar.xz
Slightly change log message in LoadRegionsPlugin
Diffstat (limited to '')
-rw-r--r--OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs b/OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs
index 1945ff2..45b8d6f 100644
--- a/OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs
+++ b/OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs
@@ -161,7 +161,7 @@ namespace OpenSim.ApplicationPlugins.LoadRegions
161 if (region.RegionID == UUID.Zero) 161 if (region.RegionID == UUID.Zero)
162 { 162 {
163 m_log.ErrorFormat( 163 m_log.ErrorFormat(
164 "[LOAD REGIONS PLUGIN]: Region {0} has invalidate zero UUID <{1}>", 164 "[LOAD REGIONS PLUGIN]: Region {0} has invalid UUID {1}",
165 region.RegionName, region.RegionID); 165 region.RegionName, region.RegionID);
166 return false; 166 return false;
167 } 167 }