* Attempting to find cause of NotSupportedException in Asset subsystem.

0.6.5-rc1
Adam Frisby 2009-05-04 22:37:38 +00:00
parent 2cded6d369
commit c45add5f31
1 changed files with 1 additions and 1 deletions

View File

@ -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();