diff options
author | lbsa71 | 2008-01-03 14:08:51 +0000 |
---|---|---|
committer | lbsa71 | 2008-01-03 14:08:51 +0000 |
commit | 1337a3973d7d95aee124c622355d686f95ac9269 (patch) | |
tree | 97d34a0a15a5ab83fb11075af2923e408b030845 /OpenSim | |
parent | * Added removal of TextureSenders and UserTextureDownloadService on agent lea... (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Region/Environment/Modules/UserTextureDownloadService.cs | 2 |
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; |