diff options
-rw-r--r-- | OpenSim/Framework/Communications/Cache/GridAssetClient.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim/Framework/Communications/Cache/GridAssetClient.cs b/OpenSim/Framework/Communications/Cache/GridAssetClient.cs index baa6058..50ca2e8 100644 --- a/OpenSim/Framework/Communications/Cache/GridAssetClient.cs +++ b/OpenSim/Framework/Communications/Cache/GridAssetClient.cs | |||
@@ -74,9 +74,7 @@ namespace OpenSim.Framework.Communications.Cache | |||
74 | } | 74 | } |
75 | catch (Exception e) | 75 | catch (Exception e) |
76 | { | 76 | { |
77 | m_log.Error("[GRID ASSET CLIENT]: " + e.Message); | 77 | m_log.ErrorFormat("[GRID ASSET CLIENT]: Failed to get asset {0}, {1}", req.AssetID, e); |
78 | m_log.DebugFormat("[GRID ASSET CLIENT]: Getting asset {0}", req.AssetID.ToString()); | ||
79 | m_log.Error("[GRID ASSET CLIENT]: " + e.StackTrace); | ||
80 | } | 78 | } |
81 | 79 | ||
82 | return null; | 80 | return null; |