aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/GridService/GridService.cs
diff options
context:
space:
mode:
authorMic Bowman2011-02-04 14:22:17 -0800
committerMic Bowman2011-02-04 14:22:17 -0800
commitbb69a40fbb563503e594bc9576a28c440a808ef2 (patch)
treeb5246768e592bf80c396a4d2df377059097322f8 /OpenSim/Services/GridService/GridService.cs
parentConvert SimianMaptile refresh time from ms to seconds. Too many 0's (diff)
parentminor: fix indentation, spacing on commit 3585130 (diff)
downloadopensim-SC_OLD-bb69a40fbb563503e594bc9576a28c440a808ef2.zip
opensim-SC_OLD-bb69a40fbb563503e594bc9576a28c440a808ef2.tar.gz
opensim-SC_OLD-bb69a40fbb563503e594bc9576a28c440a808ef2.tar.bz2
opensim-SC_OLD-bb69a40fbb563503e594bc9576a28c440a808ef2.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Services/GridService/GridService.cs')
-rw-r--r--OpenSim/Services/GridService/GridService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/GridService/GridService.cs b/OpenSim/Services/GridService/GridService.cs
index 125c2be..aeff9b5 100644
--- a/OpenSim/Services/GridService/GridService.cs
+++ b/OpenSim/Services/GridService/GridService.cs
@@ -286,7 +286,7 @@ namespace OpenSim.Services.GridService
286 } 286 }
287 287
288 } 288 }
289 m_log.DebugFormat("[GRID SERVICE]: region {0} has {1} neighours", region.RegionName, rinfos.Count); 289 m_log.DebugFormat("[GRID SERVICE]: region {0} has {1} neighbours", region.RegionName, rinfos.Count);
290 return rinfos; 290 return rinfos;
291 } 291 }
292 292