diff options
author | UbitUmarov | 2017-05-29 00:19:51 +0100 |
---|---|---|
committer | UbitUmarov | 2017-05-29 00:20:14 +0100 |
commit | d94b2e6f6d07176b995882c9033d6d9c9152f7e1 (patch) | |
tree | 3bbae3981d1f3ac1d6f9e7b44c89bb2e82f3af81 /OpenSim/Region | |
parent | enclose GetRequestStream on try/catch (diff) | |
download | opensim-SC-d94b2e6f6d07176b995882c9033d6d9c9152f7e1.zip opensim-SC-d94b2e6f6d07176b995882c9033d6d9c9152f7e1.tar.gz opensim-SC-d94b2e6f6d07176b995882c9033d6d9c9152f7e1.tar.bz2 opensim-SC-d94b2e6f6d07176b995882c9033d6d9c9152f7e1.tar.xz |
remove a now anoying message..
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/Framework/Caps/CapabilitiesModule.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/Caps/CapabilitiesModule.cs b/OpenSim/Region/CoreModules/Framework/Caps/CapabilitiesModule.cs index 292099d..c0afe7c 100644 --- a/OpenSim/Region/CoreModules/Framework/Caps/CapabilitiesModule.cs +++ b/OpenSim/Region/CoreModules/Framework/Caps/CapabilitiesModule.cs | |||
@@ -142,9 +142,9 @@ namespace OpenSim.Region.CoreModules.Framework | |||
142 | 142 | ||
143 | if (capsObjectPath == oldCaps.CapsObjectPath) | 143 | if (capsObjectPath == oldCaps.CapsObjectPath) |
144 | { | 144 | { |
145 | m_log.WarnFormat( | 145 | // m_log.WarnFormat( |
146 | "[CAPS]: Reusing caps for agent {0} in region {1}. Old caps path {2}, new caps path {3}. ", | 146 | // "[CAPS]: Reusing caps for agent {0} in region {1}. Old caps path {2}, new caps path {3}. ", |
147 | agentId, m_scene.RegionInfo.RegionName, oldCaps.CapsObjectPath, capsObjectPath); | 147 | // agentId, m_scene.RegionInfo.RegionName, oldCaps.CapsObjectPath, capsObjectPath); |
148 | return; | 148 | return; |
149 | } | 149 | } |
150 | else | 150 | else |