aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/AssetTransactions.cs
diff options
context:
space:
mode:
authorMW2008-02-11 20:54:46 +0000
committerMW2008-02-11 20:54:46 +0000
commit7bbb9a08cb3c989f64174451f4af6329f13009a7 (patch)
treec28a6463f55fbd442c802e336479bcf80e07d5fc /OpenSim/Framework/Communications/Cache/AssetTransactions.cs
parentDocumenting and minor tweaks (diff)
downloadopensim-SC_OLD-7bbb9a08cb3c989f64174451f4af6329f13009a7.zip
opensim-SC_OLD-7bbb9a08cb3c989f64174451f4af6329f13009a7.tar.gz
opensim-SC_OLD-7bbb9a08cb3c989f64174451f4af6329f13009a7.tar.bz2
opensim-SC_OLD-7bbb9a08cb3c989f64174451f4af6329f13009a7.tar.xz
Re-enabled Inventory creation of body parts
Diffstat (limited to 'OpenSim/Framework/Communications/Cache/AssetTransactions.cs')
-rw-r--r--OpenSim/Framework/Communications/Cache/AssetTransactions.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/Cache/AssetTransactions.cs b/OpenSim/Framework/Communications/Cache/AssetTransactions.cs
index da10f85..996e5ba 100644
--- a/OpenSim/Framework/Communications/Cache/AssetTransactions.cs
+++ b/OpenSim/Framework/Communications/Cache/AssetTransactions.cs
@@ -105,7 +105,9 @@ namespace OpenSim.Framework.Communications.Cache
105 } 105 }
106 } 106 }
107 107
108 // Remove the uploader once the uploader is complete 108 // Remove the uploader once the uploader is complete
109 //[don't think we can be sure a upload has finished from here, uploads are multi part things]
110 // [or maybe we can if we do more checking like data lenght checks]
109 if (uploaderFound != null) 111 if (uploaderFound != null)
110 { 112 {
111// m_log.Info( 113// m_log.Info(
@@ -113,7 +115,7 @@ namespace OpenSim.Framework.Communications.Cache
113// "[ASSET TRANSACTIONS] Removing asset xfer uploader with transfer id {0}, transaction {1}", 115// "[ASSET TRANSACTIONS] Removing asset xfer uploader with transfer id {0}, transaction {1}",
114// xferID, uploaderFound.TransactionID)); 116// xferID, uploaderFound.TransactionID));
115 117
116 XferUploaders.Remove(uploaderFound.TransactionID); 118 // XferUploaders.Remove(uploaderFound.TransactionID);
117 119
118 //m_log.InfoFormat("[ASSET TRANSACTIONS] Current uploaders: {0}", XferUploaders.Count); 120 //m_log.InfoFormat("[ASSET TRANSACTIONS] Current uploaders: {0}", XferUploaders.Count);
119 } 121 }