diff options
author | Justin Clarke Casey | 2008-02-09 01:53:57 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-02-09 01:53:57 +0000 |
commit | d546859bc18f4b061381ff3d93610c752cbe774d (patch) | |
tree | aba04873c203c15b25d73f1258b9494429a88ed6 /OpenSim/Framework/Communications/Cache/AssetTransactionManager.cs | |
parent | * In the most basic situations, ClientView and ScenePresence no longer leak m... (diff) | |
download | opensim-SC-d546859bc18f4b061381ff3d93610c752cbe774d.zip opensim-SC-d546859bc18f4b061381ff3d93610c752cbe774d.tar.gz opensim-SC-d546859bc18f4b061381ff3d93610c752cbe774d.tar.bz2 opensim-SC-d546859bc18f4b061381ff3d93610c752cbe774d.tar.xz |
* Change logger to handle [<entry>] where <entry> contains non alphabetic characters
* Change logger to not print extra line if [<entry>] <text> like string is not logged
* Remove more of my previous chatty debugging statements
Diffstat (limited to 'OpenSim/Framework/Communications/Cache/AssetTransactionManager.cs')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/AssetTransactionManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Cache/AssetTransactionManager.cs b/OpenSim/Framework/Communications/Cache/AssetTransactionManager.cs index b458b18..33681fd 100644 --- a/OpenSim/Framework/Communications/Cache/AssetTransactionManager.cs +++ b/OpenSim/Framework/Communications/Cache/AssetTransactionManager.cs | |||
@@ -106,7 +106,7 @@ namespace OpenSim.Framework.Communications.Cache | |||
106 | // XXX Weak ass way of doing this by directly manipulating this public dictionary, purely temporary | 106 | // XXX Weak ass way of doing this by directly manipulating this public dictionary, purely temporary |
107 | transactions.XferUploaders.Remove(uploader.TransactionID); | 107 | transactions.XferUploaders.Remove(uploader.TransactionID); |
108 | 108 | ||
109 | m_log.Info(String.Format("[ASSET TRANSACTIONS] Current uploaders: {0}", transactions.XferUploaders.Count)); | 109 | //m_log.Info(String.Format("[ASSET TRANSACTIONS] Current uploaders: {0}", transactions.XferUploaders.Count)); |
110 | } | 110 | } |
111 | } | 111 | } |
112 | } | 112 | } |