diff options
author | UbitUmarov | 2014-09-24 16:33:33 +0100 |
---|---|---|
committer | UbitUmarov | 2014-09-24 16:33:33 +0100 |
commit | f106aea3888033deed8005d48fda43f502352dec (patch) | |
tree | 837b71f4485af8f01cc50a15816af5e409481193 /OpenSim/Region/CoreModules | |
parent | change melanies patch, reusing caps if circuit and caps path is the same. (diff) | |
download | opensim-SC-f106aea3888033deed8005d48fda43f502352dec.zip opensim-SC-f106aea3888033deed8005d48fda43f502352dec.tar.gz opensim-SC-f106aea3888033deed8005d48fda43f502352dec.tar.bz2 opensim-SC-f106aea3888033deed8005d48fda43f502352dec.tar.xz |
add debug message
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r-- | OpenSim/Region/CoreModules/Framework/Caps/CapabilitiesModule.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/Caps/CapabilitiesModule.cs b/OpenSim/Region/CoreModules/Framework/Caps/CapabilitiesModule.cs index 36a9451..aa583e6 100644 --- a/OpenSim/Region/CoreModules/Framework/Caps/CapabilitiesModule.cs +++ b/OpenSim/Region/CoreModules/Framework/Caps/CapabilitiesModule.cs | |||
@@ -120,7 +120,7 @@ namespace OpenSim.Region.CoreModules.Framework | |||
120 | 120 | ||
121 | public void CreateCaps(UUID agentId, uint circuitCode) | 121 | public void CreateCaps(UUID agentId, uint circuitCode) |
122 | { | 122 | { |
123 | // int ts = Util.EnvironmentTickCount(); | 123 | int ts = Util.EnvironmentTickCount(); |
124 | /* this as no business here... | 124 | /* this as no business here... |
125 | * must be done elsewhere ( and is ) | 125 | * must be done elsewhere ( and is ) |
126 | int flags = m_scene.GetUserFlags(agentId); | 126 | int flags = m_scene.GetUserFlags(agentId); |
@@ -164,7 +164,8 @@ namespace OpenSim.Region.CoreModules.Framework | |||
164 | (MainServer.Instance == null) ? 0: MainServer.Instance.Port, | 164 | (MainServer.Instance == null) ? 0: MainServer.Instance.Port, |
165 | capsObjectPath, agentId, m_scene.RegionInfo.RegionName); | 165 | capsObjectPath, agentId, m_scene.RegionInfo.RegionName); |
166 | 166 | ||
167 | // m_log.ErrorFormat("[CreateCaps]: new caps {0} ", Util.EnvironmentTickCountSubtract(ts)); | 167 | m_log.ErrorFormat("[CreateCaps]: new caps agent {0}, circuit {1}, path {3}, time {4} ",agentId, |
168 | circuitCode,caps.CapsObjectPath, Util.EnvironmentTickCountSubtract(ts)); | ||
168 | 169 | ||
169 | m_capsObjects[circuitCode] = caps; | 170 | m_capsObjects[circuitCode] = caps; |
170 | } | 171 | } |