aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/AssetCache.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/Communications/Cache/AssetCache.cs')
-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