aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/UserTextureDownloadService.cs
diff options
context:
space:
mode:
authorlbsa712008-01-03 14:08:51 +0000
committerlbsa712008-01-03 14:08:51 +0000
commit1337a3973d7d95aee124c622355d686f95ac9269 (patch)
tree97d34a0a15a5ab83fb11075af2923e408b030845 /OpenSim/Region/Environment/Modules/UserTextureDownloadService.cs
parent* Added removal of TextureSenders and UserTextureDownloadService on agent lea... (diff)
downloadopensim-SC_OLD-1337a3973d7d95aee124c622355d686f95ac9269.zip
opensim-SC_OLD-1337a3973d7d95aee124c622355d686f95ac9269.tar.gz
opensim-SC_OLD-1337a3973d7d95aee124c622355d686f95ac9269.tar.bz2
opensim-SC_OLD-1337a3973d7d95aee124c622355d686f95ac9269.tar.xz
* changed form Debug to Verbose on Texture sending
Diffstat (limited to 'OpenSim/Region/Environment/Modules/UserTextureDownloadService.cs')
-rw-r--r--OpenSim/Region/Environment/Modules/UserTextureDownloadService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/UserTextureDownloadService.cs b/OpenSim/Region/Environment/Modules/UserTextureDownloadService.cs
index 5e768ee..14dea98 100644
--- a/OpenSim/Region/Environment/Modules/UserTextureDownloadService.cs
+++ b/OpenSim/Region/Environment/Modules/UserTextureDownloadService.cs
@@ -83,7 +83,7 @@ namespace OpenSim.Region.Environment.Modules
83 83
84 private void EnqueueTextureSender(TextureSender textureSender) 84 private void EnqueueTextureSender(TextureSender textureSender)
85 { 85 {
86 MainLog.Instance.Debug( "TEXTUREDOWNLOAD", "Start: ["+textureSender.RequestedAssetID+"] to ["+textureSender.RequestUser.Name+"]"); 86 MainLog.Instance.Verbose( "TEXTUREDOWNLOAD", "Start: ["+textureSender.RequestedAssetID+"] to ["+textureSender.RequestUser.Name+"]");
87 87
88 textureSender.Cancel = false; 88 textureSender.Cancel = false;
89 textureSender.Sending = true; 89 textureSender.Sending = true;