OK, commenting the return again :-/

0.6.3-post-fixes
diva 2009-02-03 19:03:01 +00:00
parent b2de0a3ae6
commit 4ea2749b37
1 changed files with 2 additions and 2 deletions

View File

@ -78,12 +78,12 @@ namespace OpenSim.Region.Environment.Modules.Agent.Capabilities
Caps oldCaps = m_capsHandlers[agentId]; Caps oldCaps = m_capsHandlers[agentId];
m_log.DebugFormat( m_log.DebugFormat(
"[CAPS]: Reregistering caps for agent {0}. Old caps path {1}, new caps path {2}. Ignoring. ", "[CAPS]: Reregistering caps for agent {0}. Old caps path {1}, new caps path {2}. ",
agentId, oldCaps.CapsObjectPath, capsObjectPath); agentId, oldCaps.CapsObjectPath, capsObjectPath);
// This should not happen. The caller code is confused. We need to fix that. // This should not happen. The caller code is confused. We need to fix that.
// CAPs can never be reregistered, or the client will be confused. // CAPs can never be reregistered, or the client will be confused.
// Hence this return here. // Hence this return here.
return; //return;
} }
Caps caps Caps caps