diff options
-rw-r--r-- | OpenSim/Framework/Communications/Cache/AssetCache.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Cache/AssetCache.cs b/OpenSim/Framework/Communications/Cache/AssetCache.cs index 84713b9..158a9bd 100644 --- a/OpenSim/Framework/Communications/Cache/AssetCache.cs +++ b/OpenSim/Framework/Communications/Cache/AssetCache.cs | |||
@@ -198,7 +198,8 @@ namespace OpenSim.Framework.Communications.Cache | |||
198 | } while (--maxPolls > 0); | 198 | } while (--maxPolls > 0); |
199 | 199 | ||
200 | m_log.Warn( | 200 | m_log.Warn( |
201 | String.Format("[ASSETCACHE]: Asset {0} was not received before the retrieval timeout was reached")); | 201 | String.Format("[ASSETCACHE]: Asset {0} was not received before the retrieval timeout was reached", assetID.ToString()) |
202 | ); | ||
202 | 203 | ||
203 | return null; | 204 | return null; |
204 | } | 205 | } |