aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework
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/Region/CoreModules/Framework
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/Region/CoreModules/Framework')
-rw-r--r--OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs b/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
index 54b95f7..80a8041 100644
--- a/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
+++ b/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
@@ -983,7 +983,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
983 /// </summary> 983 /// </summary>
984 public void EnableChildAgent(ScenePresence sp, GridRegion region) 984 public void EnableChildAgent(ScenePresence sp, GridRegion region)
985 { 985 {
986 m_log.DebugFormat("[ENTITY TRANSFER]: Enabling child agent in new neighour {0}", region.RegionName); 986 m_log.DebugFormat("[ENTITY TRANSFER]: Enabling child agent in new neighbour {0}", region.RegionName);
987 987
988 AgentCircuitData currentAgentCircuit = sp.Scene.AuthenticateHandler.GetAgentCircuitData(sp.ControllingClient.CircuitCode); 988 AgentCircuitData currentAgentCircuit = sp.Scene.AuthenticateHandler.GetAgentCircuitData(sp.ControllingClient.CircuitCode);
989 AgentCircuitData agent = sp.ControllingClient.RequestClientInfo(); 989 AgentCircuitData agent = sp.ControllingClient.RequestClientInfo();