Merge commit 'fe484ab331871e1419ee78afefca7c8856e2dfb4' into bigmerge
commit
b6881187d0
OpenSim/ApplicationPlugins/LoadRegions
|
@ -161,7 +161,7 @@ namespace OpenSim.ApplicationPlugins.LoadRegions
|
||||||
if (region.RegionID == UUID.Zero)
|
if (region.RegionID == UUID.Zero)
|
||||||
{
|
{
|
||||||
m_log.ErrorFormat(
|
m_log.ErrorFormat(
|
||||||
"[LOAD REGIONS PLUGIN]: Region {0} has invalidate zero UUID <{1}>",
|
"[LOAD REGIONS PLUGIN]: Region {0} has invalid UUID {1}",
|
||||||
region.RegionName, region.RegionID);
|
region.RegionName, region.RegionID);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue