diff options
author | Justin Clarke Casey | 2008-03-12 17:02:08 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-03-12 17:02:08 +0000 |
commit | 42123770de293d17993d85c3f3074f6106d9eaba (patch) | |
tree | 8fafac20193a4219ff9896725d7b2de3486589e9 /OpenSim/Region/Environment/Modules/UserTextureDownloadService.cs | |
parent | Applied patch from mantis #749, Grass now stays to set type when moved. thank... (diff) | |
download | opensim-SC_OLD-42123770de293d17993d85c3f3074f6106d9eaba.zip opensim-SC_OLD-42123770de293d17993d85c3f3074f6106d9eaba.tar.gz opensim-SC_OLD-42123770de293d17993d85c3f3074f6106d9eaba.tar.bz2 opensim-SC_OLD-42123770de293d17993d85c3f3074f6106d9eaba.tar.xz |
* Add comments and slight corrections to ClientView.AgentTextureCached
* Reduce 'asset not found' console debug spam
Diffstat (limited to 'OpenSim/Region/Environment/Modules/UserTextureDownloadService.cs')
-rw-r--r-- | OpenSim/Region/Environment/Modules/UserTextureDownloadService.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Modules/UserTextureDownloadService.cs b/OpenSim/Region/Environment/Modules/UserTextureDownloadService.cs index 77829f0..6467ea3 100644 --- a/OpenSim/Region/Environment/Modules/UserTextureDownloadService.cs +++ b/OpenSim/Region/Environment/Modules/UserTextureDownloadService.cs | |||
@@ -139,8 +139,8 @@ namespace OpenSim.Region.Environment.Modules | |||
139 | if (texture == null || texture.Data == null) | 139 | if (texture == null || texture.Data == null) |
140 | { | 140 | { |
141 | m_log.DebugFormat( | 141 | m_log.DebugFormat( |
142 | "[USER TEXTURE DOWNLOAD SERVICE]: Queueing TextureNotFoundSender for {0}", | 142 | "[USER TEXTURE DOWNLOAD SERVICE]: Queueing TextureNotFoundSender for {0}, client {1}", |
143 | textureID); | 143 | textureID, m_client.AgentId); |
144 | 144 | ||
145 | ITextureSender textureNotFoundSender = new TextureNotFoundSender(m_client, textureID); | 145 | ITextureSender textureNotFoundSender = new TextureNotFoundSender(m_client, textureID); |
146 | EnqueueTextureSender(textureNotFoundSender); | 146 | EnqueueTextureSender(textureNotFoundSender); |