From 5fb956f75a5c298a19454986f37418e28591547e Mon Sep 17 00:00:00 2001 From: Tleiades Hax Date: Wed, 31 Oct 2007 18:49:40 +0000 Subject: [PATCH] Improved logging, to identify which asset fetch caused an execption during retrieval of assets from the asset server --- OpenSim/Framework/Communications/Cache/GridAssetClient.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenSim/Framework/Communications/Cache/GridAssetClient.cs b/OpenSim/Framework/Communications/Cache/GridAssetClient.cs index 74a1ef401b..66fa245089 100644 --- a/OpenSim/Framework/Communications/Cache/GridAssetClient.cs +++ b/OpenSim/Framework/Communications/Cache/GridAssetClient.cs @@ -84,6 +84,7 @@ namespace OpenSim.Framework.Communications.Cache catch (Exception e) { MainLog.Instance.Error("ASSETCACHE", e.Message); + MainLog.Instance.Debug("ASSETCACHE", "Getting asset {0}", assetID.ToString()); MainLog.Instance.Error("ASSETCACHE", e.StackTrace); } }