diff options
author | Justin Clarke Casey | 2008-05-09 17:32:26 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-05-09 17:32:26 +0000 |
commit | 87a519837efd1f389559bef108d923f47e30fcbb (patch) | |
tree | 760d80e1f402453cd2d43a83ab961ec80d496e33 /OpenSim/Region/Environment/Modules | |
parent | From: Michael Osias <mosias@us.ibm.com> (diff) | |
download | opensim-SC_OLD-87a519837efd1f389559bef108d923f47e30fcbb.zip opensim-SC_OLD-87a519837efd1f389559bef108d923f47e30fcbb.tar.gz opensim-SC_OLD-87a519837efd1f389559bef108d923f47e30fcbb.tar.bz2 opensim-SC_OLD-87a519837efd1f389559bef108d923f47e30fcbb.tar.xz |
* Removing console notifications of missing texture request sending (which ironically, was disabled, though it wasn't making much difference).
* These messages keep getting confused with other problems - just going to have to try to remember to add these to stats or something so at least they don't completely disappear
Diffstat (limited to 'OpenSim/Region/Environment/Modules')
-rw-r--r-- | OpenSim/Region/Environment/Modules/Agent/TextureDownload/UserTextureDownloadService.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/Environment/Modules/Agent/TextureDownload/UserTextureDownloadService.cs b/OpenSim/Region/Environment/Modules/Agent/TextureDownload/UserTextureDownloadService.cs index a450cdc..12ee278 100644 --- a/OpenSim/Region/Environment/Modules/Agent/TextureDownload/UserTextureDownloadService.cs +++ b/OpenSim/Region/Environment/Modules/Agent/TextureDownload/UserTextureDownloadService.cs | |||
@@ -183,9 +183,9 @@ namespace OpenSim.Region.Environment.Modules.Agent.TextureDownload | |||
183 | { | 183 | { |
184 | missingTextureLimitStrategy.MonitorRequests(textureID); | 184 | missingTextureLimitStrategy.MonitorRequests(textureID); |
185 | 185 | ||
186 | m_log.DebugFormat( | 186 | // m_log.DebugFormat( |
187 | "[USER TEXTURE DOWNLOAD SERVICE]: Queueing first TextureNotFoundSender for {0}, client {1}", | 187 | // "[USER TEXTURE DOWNLOAD SERVICE]: Queueing first TextureNotFoundSender for {0}, client {1}", |
188 | textureID, m_client.AgentId); | 188 | // textureID, m_client.AgentId); |
189 | } | 189 | } |
190 | 190 | ||
191 | ITextureSender textureNotFoundSender = new TextureNotFoundSender(m_client, textureID); | 191 | ITextureSender textureNotFoundSender = new TextureNotFoundSender(m_client, textureID); |
@@ -246,4 +246,4 @@ namespace OpenSim.Region.Environment.Modules.Agent.TextureDownload | |||
246 | } | 246 | } |
247 | } | 247 | } |
248 | } | 248 | } |
249 | } \ No newline at end of file | 249 | } |