diff options
author | Justin Clarke Casey | 2008-05-22 00:41:03 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-05-22 00:41:03 +0000 |
commit | 1f57fd4becda90486ba1bc0f102574855ae6fbac (patch) | |
tree | 05f900443b8cc5a2e443cb8bdf4a4c2b1fc52647 /OpenSim/Framework | |
parent | * Refactor: Move enhancement of version string with operating system informat... (diff) | |
download | opensim-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 'OpenSim/Framework')
-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 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 | ||