diff options
author | Justin Clark-Casey (justincc) | 2011-02-04 21:42:45 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-02-04 21:42:45 +0000 |
commit | 456cdee5ce0aa6508702d6d5051e17162bf772eb (patch) | |
tree | a0dba9ac4f133163ca94e33a830601e714d99e5a /OpenSim/Services/GridService | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-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.cs | 2 |
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 | ||