* changed form Debug to Verbose on Texture sending

This commit is contained in:
lbsa71
2008-01-03 14:08:51 +00:00
parent 7b062cefa2
commit 1337a3973d

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;