mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Slightly change log message in LoadRegionsPlugin
This commit is contained in:
@@ -161,7 +161,7 @@ namespace OpenSim.ApplicationPlugins.LoadRegions
|
||||
if (region.RegionID == UUID.Zero)
|
||||
{
|
||||
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);
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user