aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
diff options
context:
space:
mode:
authorMelanie Thielker2010-04-23 17:48:50 +0200
committerMelanie Thielker2010-04-23 17:48:50 +0200
commit31e0704c8d7f6100153ddedd64be7f2ab1ad9311 (patch)
tree9381701e84174f94c03909706c79a9bb5752d105 /OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
parentFix a nullref in attachment handling. Add some debug to find the attachment (diff)
downloadopensim-SC-31e0704c8d7f6100153ddedd64be7f2ab1ad9311.zip
opensim-SC-31e0704c8d7f6100153ddedd64be7f2ab1ad9311.tar.gz
opensim-SC-31e0704c8d7f6100153ddedd64be7f2ab1ad9311.tar.bz2
opensim-SC-31e0704c8d7f6100153ddedd64be7f2ab1ad9311.tar.xz
Remove debug output, the culprit has been identified
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.Inventory.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.Inventory.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
index 44fd2e1..e6e414f 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
@@ -1628,7 +1628,6 @@ namespace OpenSim.Region.Framework.Scenes
1628 remoteClient.AgentId); 1628 remoteClient.AgentId);
1629 AssetService.Store(asset); 1629 AssetService.Store(asset);
1630 1630
1631 m_log.DebugFormat("[ScriptState]: Saved attachment as asset {0}", asset.FullID);
1632 item.AssetID = asset.FullID; 1631 item.AssetID = asset.FullID;
1633 item.Description = asset.Description; 1632 item.Description = asset.Description;
1634 item.Name = asset.Name; 1633 item.Name = asset.Name;