aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAdam Frisby2009-05-04 22:37:38 +0000
committerAdam Frisby2009-05-04 22:37:38 +0000
commitc45add5f31405edb3ab22df37879e2b3f14a20b9 (patch)
tree4cb2a25c9a552de6a4c0615e3267b1f1eb2f3fef
parentFix the AsUuid thingy (diff)
downloadopensim-SC_OLD-c45add5f31405edb3ab22df37879e2b3f14a20b9.zip
opensim-SC_OLD-c45add5f31405edb3ab22df37879e2b3f14a20b9.tar.gz
opensim-SC_OLD-c45add5f31405edb3ab22df37879e2b3f14a20b9.tar.bz2
opensim-SC_OLD-c45add5f31405edb3ab22df37879e2b3f14a20b9.tar.xz
* Attempting to find cause of NotSupportedException in Asset subsystem.
-rw-r--r--OpenSim/Framework/Communications/Cache/AssetServerBase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Cache/AssetServerBase.cs b/OpenSim/Framework/Communications/Cache/AssetServerBase.cs
index 24cb598..c732d21 100644
--- a/OpenSim/Framework/Communications/Cache/AssetServerBase.cs
+++ b/OpenSim/Framework/Communications/Cache/AssetServerBase.cs
@@ -169,7 +169,7 @@ namespace OpenSim.Framework.Communications.Cache
169 } 169 }
170 catch (Exception e) 170 catch (Exception e)
171 { 171 {
172 m_log.ErrorFormat("[ASSET]: Asset request for {0} threw exception {1}", req.AssetID, e); 172 m_log.ErrorFormat("[ASSET]: Asset request for {0} threw exception {1} - Stack Trace: {2}", req.AssetID, e, e.StackTrace);
173 173
174 if (StatsManager.SimExtraStats != null) 174 if (StatsManager.SimExtraStats != null)
175 StatsManager.SimExtraStats.AddAssetServiceRequestFailure(); 175 StatsManager.SimExtraStats.AddAssetServiceRequestFailure();