aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/GridService
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-02-04 21:42:45 +0000
committerJustin Clark-Casey (justincc)2011-02-04 21:42:45 +0000
commit456cdee5ce0aa6508702d6d5051e17162bf772eb (patch)
treea0dba9ac4f133163ca94e33a830601e714d99e5a /OpenSim/Services/GridService
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-456cdee5ce0aa6508702d6d5051e17162bf772eb.zip
opensim-SC_OLD-456cdee5ce0aa6508702d6d5051e17162bf772eb.tar.gz
opensim-SC_OLD-456cdee5ce0aa6508702d6d5051e17162bf772eb.tar.bz2
opensim-SC_OLD-456cdee5ce0aa6508702d6d5051e17162bf772eb.tar.xz
minor: correct a log spelling mistake that was pointed out to me
Diffstat (limited to 'OpenSim/Services/GridService')
-rw-r--r--OpenSim/Services/GridService/HypergridLinker.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/GridService/HypergridLinker.cs b/OpenSim/Services/GridService/HypergridLinker.cs
index 80f2caf..9d98c8f 100644
--- a/OpenSim/Services/GridService/HypergridLinker.cs
+++ b/OpenSim/Services/GridService/HypergridLinker.cs
@@ -317,7 +317,7 @@ namespace OpenSim.Services.GridService
317 { 317 {
318 RemoveHyperlinkRegion(regInfo.RegionID); 318 RemoveHyperlinkRegion(regInfo.RegionID);
319 reason = "Region is too far (" + x + ", " + y + ")"; 319 reason = "Region is too far (" + x + ", " + y + ")";
320 m_log.Info("[HYPERGRID LINKER]: Unable to link, reqgion is too far (" + x + ", " + y + ")"); 320 m_log.Info("[HYPERGRID LINKER]: Unable to link, region is too far (" + x + ", " + y + ")");
321 return false; 321 return false;
322 } 322 }
323 323