* changed form Debug to Verbose on Texture sending

afrisby
lbsa71 2008-01-03 14:08:51 +00:00
parent 7b062cefa2
commit 1337a3973d
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ namespace OpenSim.Region.Environment.Modules
private void EnqueueTextureSender(TextureSender textureSender)
{
MainLog.Instance.Debug( "TEXTUREDOWNLOAD", "Start: ["+textureSender.RequestedAssetID+"] to ["+textureSender.RequestUser.Name+"]");
MainLog.Instance.Verbose( "TEXTUREDOWNLOAD", "Start: ["+textureSender.RequestedAssetID+"] to ["+textureSender.RequestUser.Name+"]");
textureSender.Cancel = false;
textureSender.Sending = true;