aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/GridAssetClient.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-03-11 17:55:49 +0000
committerJustin Clarke Casey2008-03-11 17:55:49 +0000
commit956f7cb4f95603a66c163fa963364ce3b93f1c8a (patch)
treecedd3f4eb77eb9e3acdf76192a3002cdc4d79689 /OpenSim/Framework/Communications/Cache/GridAssetClient.cs
parent* Applying patch #754 - Fix for Vector Magnitude operation. Thanks cmickeyb! (diff)
downloadopensim-SC_OLD-956f7cb4f95603a66c163fa963364ce3b93f1c8a.zip
opensim-SC_OLD-956f7cb4f95603a66c163fa963364ce3b93f1c8a.tar.gz
opensim-SC_OLD-956f7cb4f95603a66c163fa963364ce3b93f1c8a.tar.bz2
opensim-SC_OLD-956f7cb4f95603a66c163fa963364ce3b93f1c8a.tar.xz
* Very minor error message change in GridAssetClient
Diffstat (limited to 'OpenSim/Framework/Communications/Cache/GridAssetClient.cs')
-rw-r--r--OpenSim/Framework/Communications/Cache/GridAssetClient.cs4
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;