mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* changed form Debug to Verbose on Texture sending
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user