diff options
author | Diva Canto | 2013-07-04 15:17:06 -0700 |
---|---|---|
committer | Diva Canto | 2013-07-04 15:17:06 -0700 |
commit | ca26583e6bfdc9aa62e917a736f52ed5fdac75cd (patch) | |
tree | f1ae9772e73930885b99451306429392d05160c7 /OpenSim/Region/CoreModules/Framework/GridServiceThrottle | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-ca26583e6bfdc9aa62e917a736f52ed5fdac75cd.zip opensim-SC-ca26583e6bfdc9aa62e917a736f52ed5fdac75cd.tar.gz opensim-SC-ca26583e6bfdc9aa62e917a736f52ed5fdac75cd.tar.bz2 opensim-SC-ca26583e6bfdc9aa62e917a736f52ed5fdac75cd.tar.xz |
Delete some verbose debug messages
Diffstat (limited to 'OpenSim/Region/CoreModules/Framework/GridServiceThrottle')
-rw-r--r-- | OpenSim/Region/CoreModules/Framework/GridServiceThrottle/GridServiceThrottleModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/GridServiceThrottle/GridServiceThrottleModule.cs b/OpenSim/Region/CoreModules/Framework/GridServiceThrottle/GridServiceThrottleModule.cs index 5511fea..a662731 100644 --- a/OpenSim/Region/CoreModules/Framework/GridServiceThrottle/GridServiceThrottleModule.cs +++ b/OpenSim/Region/CoreModules/Framework/GridServiceThrottle/GridServiceThrottleModule.cs | |||
@@ -108,7 +108,7 @@ namespace OpenSim.Region.CoreModules.Framework | |||
108 | 108 | ||
109 | public void OnRegionHandleRequest(IClientAPI client, UUID regionID) | 109 | public void OnRegionHandleRequest(IClientAPI client, UUID regionID) |
110 | { | 110 | { |
111 | m_log.DebugFormat("[GRIDSERVICE THROTTLE]: RegionHandleRequest {0}", regionID); | 111 | //m_log.DebugFormat("[GRIDSERVICE THROTTLE]: RegionHandleRequest {0}", regionID); |
112 | ulong handle = 0; | 112 | ulong handle = 0; |
113 | if (IsLocalRegionHandle(regionID, out handle)) | 113 | if (IsLocalRegionHandle(regionID, out handle)) |
114 | { | 114 | { |