aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/J2KImage.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-01-19 21:57:12 +0000
committerJustin Clark-Casey (justincc)2012-01-19 21:57:12 +0000
commitd38e2c0c91b684d54974865d3ac2fb88c3354c21 (patch)
tree43a517d5df2b8b6d9444446c9d23ad7b394a883d /OpenSim/Region/ClientStack/Linden/UDP/J2KImage.cs
parentrefactor: separate out common parts of LLImageManagerTests (diff)
downloadopensim-SC_OLD-d38e2c0c91b684d54974865d3ac2fb88c3354c21.zip
opensim-SC_OLD-d38e2c0c91b684d54974865d3ac2fb88c3354c21.tar.gz
opensim-SC_OLD-d38e2c0c91b684d54974865d3ac2fb88c3354c21.tar.bz2
opensim-SC_OLD-d38e2c0c91b684d54974865d3ac2fb88c3354c21.tar.xz
Add image not in database test for LLImageManager
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/J2KImage.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/J2KImage.cs b/OpenSim/Region/ClientStack/Linden/UDP/J2KImage.cs
index bbd2c43..8dd76d8 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/J2KImage.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/J2KImage.cs
@@ -377,6 +377,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
377 377
378 private void AssetReceived(string id, Object sender, AssetBase asset) 378 private void AssetReceived(string id, Object sender, AssetBase asset)
379 { 379 {
380// m_log.DebugFormat(
381// "[J2KIMAGE]: Received asset {0} ({1} bytes)", id, asset != null ? asset.Data.Length.ToString() : "n/a");
382
380 UUID assetID = UUID.Zero; 383 UUID assetID = UUID.Zero;
381 if (asset != null) 384 if (asset != null)
382 { 385 {