diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Environment/Modules/Agent/Capabilities/CapabilitiesModule.cs | 4 |
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 |