From c45add5f31405edb3ab22df37879e2b3f14a20b9 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Mon, 4 May 2009 22:37:38 +0000 Subject: [PATCH] * Attempting to find cause of NotSupportedException in Asset subsystem. --- OpenSim/Framework/Communications/Cache/AssetServerBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Framework/Communications/Cache/AssetServerBase.cs b/OpenSim/Framework/Communications/Cache/AssetServerBase.cs index 24cb598dba..c732d21bfb 100644 --- a/OpenSim/Framework/Communications/Cache/AssetServerBase.cs +++ b/OpenSim/Framework/Communications/Cache/AssetServerBase.cs @@ -169,7 +169,7 @@ namespace OpenSim.Framework.Communications.Cache } catch (Exception e) { - m_log.ErrorFormat("[ASSET]: Asset request for {0} threw exception {1}", req.AssetID, e); + m_log.ErrorFormat("[ASSET]: Asset request for {0} threw exception {1} - Stack Trace: {2}", req.AssetID, e, e.StackTrace); if (StatsManager.SimExtraStats != null) StatsManager.SimExtraStats.AddAssetServiceRequestFailure();