From 40c54a718f74ccebb76beb2b535e5dc2cf5ff1b1 Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Sun, 21 Jul 2013 13:46:03 -0700 Subject: [PATCH] WARNING: DON'T USE THIS COMMIT -- major spew on HG teleports. --- .../CoreModules/Framework/InventoryAccess/HGAssetMapper.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGAssetMapper.cs b/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGAssetMapper.cs index 144895ccfc..974429ac6b 100644 --- a/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGAssetMapper.cs +++ b/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGAssetMapper.cs @@ -283,6 +283,8 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess // and place an entry in m_assetMap m_log.Debug("[HG ASSET MAPPER]: Posting object " + assetID + " to asset server " + userAssetURL); + Util.PrintCallStack(); + AssetBase asset = m_scene.AssetService.Get(assetID.ToString()); if (asset != null) {