From 87a519837efd1f389559bef108d923f47e30fcbb Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 9 May 2008 17:32:26 +0000 Subject: * 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 --- .../Modules/Agent/TextureDownload/UserTextureDownloadService.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'OpenSim/Region/Environment') 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 { missingTextureLimitStrategy.MonitorRequests(textureID); - m_log.DebugFormat( - "[USER TEXTURE DOWNLOAD SERVICE]: Queueing first TextureNotFoundSender for {0}, client {1}", - textureID, m_client.AgentId); +// m_log.DebugFormat( +// "[USER TEXTURE DOWNLOAD SERVICE]: Queueing first TextureNotFoundSender for {0}, client {1}", +// textureID, m_client.AgentId); } ITextureSender textureNotFoundSender = new TextureNotFoundSender(m_client, textureID); @@ -246,4 +246,4 @@ namespace OpenSim.Region.Environment.Modules.Agent.TextureDownload } } } -} \ No newline at end of file +} -- cgit v1.1