Improved logging, to identify which asset fetch caused an execption during retrieval of assets from the asset server
parent
e729accdac
commit
5fb956f75a
|
@ -84,6 +84,7 @@ namespace OpenSim.Framework.Communications.Cache
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
MainLog.Instance.Error("ASSETCACHE", e.Message);
|
MainLog.Instance.Error("ASSETCACHE", e.Message);
|
||||||
|
MainLog.Instance.Debug("ASSETCACHE", "Getting asset {0}", assetID.ToString());
|
||||||
MainLog.Instance.Error("ASSETCACHE", e.StackTrace);
|
MainLog.Instance.Error("ASSETCACHE", e.StackTrace);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue