Add image not in database test for LLImageManager

This commit is contained in:
Justin Clark-Casey (justincc)
2012-01-19 21:57:12 +00:00
parent 503faaea62
commit d38e2c0c91
4 changed files with 58 additions and 13 deletions

View File

@@ -377,6 +377,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
private void AssetReceived(string id, Object sender, AssetBase asset)
{
// m_log.DebugFormat(
// "[J2KIMAGE]: Received asset {0} ({1} bytes)", id, asset != null ? asset.Data.Length.ToString() : "n/a");
UUID assetID = UUID.Zero;
if (asset != null)
{