mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
* Attempting to find cause of NotSupportedException in Asset subsystem.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user