minor: correct a log spelling mistake that was pointed out to me
parent
2ddec29c61
commit
456cdee5ce
|
@ -317,7 +317,7 @@ namespace OpenSim.Services.GridService
|
||||||
{
|
{
|
||||||
RemoveHyperlinkRegion(regInfo.RegionID);
|
RemoveHyperlinkRegion(regInfo.RegionID);
|
||||||
reason = "Region is too far (" + x + ", " + y + ")";
|
reason = "Region is too far (" + x + ", " + y + ")";
|
||||||
m_log.Info("[HYPERGRID LINKER]: Unable to link, reqgion is too far (" + x + ", " + y + ")");
|
m_log.Info("[HYPERGRID LINKER]: Unable to link, region is too far (" + x + ", " + y + ")");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue