aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/AssetCache.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-05-22 00:41:03 +0000
committerJustin Clarke Casey2008-05-22 00:41:03 +0000
commit1f57fd4becda90486ba1bc0f102574855ae6fbac (patch)
tree05f900443b8cc5a2e443cb8bdf4a4c2b1fc52647 /OpenSim/Framework/Communications/Cache/AssetCache.cs
parent* Refactor: Move enhancement of version string with operating system informat... (diff)
downloadopensim-SC_OLD-1f57fd4becda90486ba1bc0f102574855ae6fbac.zip
opensim-SC_OLD-1f57fd4becda90486ba1bc0f102574855ae6fbac.tar.gz
opensim-SC_OLD-1f57fd4becda90486ba1bc0f102574855ae6fbac.tar.bz2
opensim-SC_OLD-1f57fd4becda90486ba1bc0f102574855ae6fbac.tar.xz
* Minor: Tidy ups and logging tweaks.
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Communications/Cache/AssetCache.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Cache/AssetCache.cs b/OpenSim/Framework/Communications/Cache/AssetCache.cs
index 805adb0..796be5b 100644
--- a/OpenSim/Framework/Communications/Cache/AssetCache.cs
+++ b/OpenSim/Framework/Communications/Cache/AssetCache.cs
@@ -561,7 +561,7 @@ namespace OpenSim.Framework.Communications.Cache
561 // FIXME: We never tell the client about assets which do not exist when requested by this transfer mechanism, which can't be right. 561 // FIXME: We never tell the client about assets which do not exist when requested by this transfer mechanism, which can't be right.
562 if (null == asset) 562 if (null == asset)
563 { 563 {
564 m_log.DebugFormat("[ASSET CACHE]: Asset transfer request for asset which is {0} already known to be missing", requestID); 564 //m_log.DebugFormat("[ASSET CACHE]: Asset transfer request for asset which is {0} already known to be missing. Dropping", requestID);
565 return; 565 return;
566 } 566 }
567 567