aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/AssetTransactions.cs
diff options
context:
space:
mode:
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 }