aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-02-04 20:51:51 +0000
committerJustin Clark-Casey (justincc)2011-02-04 20:51:51 +0000
commit1613d89383574f7bba3102376e6f3a2ee99b1270 (patch)
treed54f837e6f01d32cd34909194b3f09e18e519526 /OpenSim/Services
parentFix "set log level" to once again display current log level if it's not given... (diff)
downloadopensim-SC_OLD-1613d89383574f7bba3102376e6f3a2ee99b1270.zip
opensim-SC_OLD-1613d89383574f7bba3102376e6f3a2ee99b1270.tar.gz
opensim-SC_OLD-1613d89383574f7bba3102376e6f3a2ee99b1270.tar.bz2
opensim-SC_OLD-1613d89383574f7bba3102376e6f3a2ee99b1270.tar.xz
minor: Correct misspelling of neighbour in log messages.
Thanks Fly-Man-
Diffstat (limited to 'OpenSim/Services')
-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