diff options
Diffstat (limited to 'OpenSim/Framework/Communications')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/AssetCache.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Cache/AssetCache.cs b/OpenSim/Framework/Communications/Cache/AssetCache.cs index e6a0852..1dd6529 100644 --- a/OpenSim/Framework/Communications/Cache/AssetCache.cs +++ b/OpenSim/Framework/Communications/Cache/AssetCache.cs | |||
@@ -453,7 +453,7 @@ namespace OpenSim.Framework.Communications.Cache | |||
453 | // See IAssetReceiver | 453 | // See IAssetReceiver |
454 | public void AssetNotFound(LLUUID assetID, bool IsTexture) | 454 | public void AssetNotFound(LLUUID assetID, bool IsTexture) |
455 | { | 455 | { |
456 | m_log.WarnFormat("[ASSET CACHE]: AssetNotFound for {0}", assetID); | 456 | //m_log.WarnFormat("[ASSET CACHE]: AssetNotFound for {0}", assetID); |
457 | 457 | ||
458 | if (IsTexture) | 458 | if (IsTexture) |
459 | { | 459 | { |