aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/ServiceThrottle
diff options
context:
space:
mode:
authorDiva Canto2013-07-16 17:18:11 -0700
committerDiva Canto2013-07-16 17:18:11 -0700
commit9f578cf0c83ba56d5a999df7411f4065fc17d24b (patch)
treecfd43f836d6275bf44253a443c14d20f0ae7ebec /OpenSim/Region/CoreModules/Framework/ServiceThrottle
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-9f578cf0c83ba56d5a999df7411f4065fc17d24b.zip
opensim-SC_OLD-9f578cf0c83ba56d5a999df7411f4065fc17d24b.tar.gz
opensim-SC_OLD-9f578cf0c83ba56d5a999df7411f4065fc17d24b.tar.bz2
opensim-SC_OLD-9f578cf0c83ba56d5a999df7411f4065fc17d24b.tar.xz
Deleted a couple of verbose messages
Diffstat (limited to 'OpenSim/Region/CoreModules/Framework/ServiceThrottle')
-rw-r--r--OpenSim/Region/CoreModules/Framework/ServiceThrottle/ServiceThrottleModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/ServiceThrottle/ServiceThrottleModule.cs b/OpenSim/Region/CoreModules/Framework/ServiceThrottle/ServiceThrottleModule.cs
index d805fd3..553e4ca 100644
--- a/OpenSim/Region/CoreModules/Framework/ServiceThrottle/ServiceThrottleModule.cs
+++ b/OpenSim/Region/CoreModules/Framework/ServiceThrottle/ServiceThrottleModule.cs
@@ -176,7 +176,7 @@ namespace OpenSim.Region.CoreModules.Framework
176 176
177 private void ProcessQueue(object sender, System.Timers.ElapsedEventArgs e) 177 private void ProcessQueue(object sender, System.Timers.ElapsedEventArgs e)
178 { 178 {
179 m_log.DebugFormat("[YYY]: Process queue with {0} continuations", m_RequestQueue.Count); 179 //m_log.DebugFormat("[YYY]: Process queue with {0} continuations", m_RequestQueue.Count);
180 180
181 while (m_RequestQueue.Count > 0) 181 while (m_RequestQueue.Count > 0)
182 { 182 {