aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authordiva2009-02-03 19:03:01 +0000
committerdiva2009-02-03 19:03:01 +0000
commit4ea2749b373f75152792a30a9648721b092efa5d (patch)
tree2446b810a1d54a6984bdb59c93448a0e11296773
parent* Now clearing parts list in the old group after a link has occurred (diff)
downloadopensim-SC_OLD-4ea2749b373f75152792a30a9648721b092efa5d.zip
opensim-SC_OLD-4ea2749b373f75152792a30a9648721b092efa5d.tar.gz
opensim-SC_OLD-4ea2749b373f75152792a30a9648721b092efa5d.tar.bz2
opensim-SC_OLD-4ea2749b373f75152792a30a9648721b092efa5d.tar.xz
OK, commenting the return again :-/
-rw-r--r--OpenSim/Region/Environment/Modules/Agent/Capabilities/CapabilitiesModule.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Modules/Agent/Capabilities/CapabilitiesModule.cs b/OpenSim/Region/Environment/Modules/Agent/Capabilities/CapabilitiesModule.cs
index 5a44902..76b60fd 100644
--- a/OpenSim/Region/Environment/Modules/Agent/Capabilities/CapabilitiesModule.cs
+++ b/OpenSim/Region/Environment/Modules/Agent/Capabilities/CapabilitiesModule.cs
@@ -78,12 +78,12 @@ namespace OpenSim.Region.Environment.Modules.Agent.Capabilities
78 Caps oldCaps = m_capsHandlers[agentId]; 78 Caps oldCaps = m_capsHandlers[agentId];
79 79
80 m_log.DebugFormat( 80 m_log.DebugFormat(
81 "[CAPS]: Reregistering caps for agent {0}. Old caps path {1}, new caps path {2}. Ignoring. ", 81 "[CAPS]: Reregistering caps for agent {0}. Old caps path {1}, new caps path {2}. ",
82 agentId, oldCaps.CapsObjectPath, capsObjectPath); 82 agentId, oldCaps.CapsObjectPath, capsObjectPath);
83 // This should not happen. The caller code is confused. We need to fix that. 83 // This should not happen. The caller code is confused. We need to fix that.
84 // CAPs can never be reregistered, or the client will be confused. 84 // CAPs can never be reregistered, or the client will be confused.
85 // Hence this return here. 85 // Hence this return here.
86 return; 86 //return;
87 } 87 }
88 88
89 Caps caps 89 Caps caps