aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications
diff options
context:
space:
mode:
authorTleiades Hax2007-10-31 18:49:40 +0000
committerTleiades Hax2007-10-31 18:49:40 +0000
commit5fb956f75a5c298a19454986f37418e28591547e (patch)
tree0178e1684723e17f26e7431a3567a8ef3aa4527f /OpenSim/Framework/Communications
parentredefault to sqlite for all services, especially now that (diff)
downloadopensim-SC_OLD-5fb956f75a5c298a19454986f37418e28591547e.zip
opensim-SC_OLD-5fb956f75a5c298a19454986f37418e28591547e.tar.gz
opensim-SC_OLD-5fb956f75a5c298a19454986f37418e28591547e.tar.bz2
opensim-SC_OLD-5fb956f75a5c298a19454986f37418e28591547e.tar.xz
Improved logging, to identify which asset fetch caused an execption during retrieval of assets from the asset server
Diffstat (limited to 'OpenSim/Framework/Communications')
-rw-r--r--OpenSim/Framework/Communications/Cache/GridAssetClient.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/Communications/Cache/GridAssetClient.cs b/OpenSim/Framework/Communications/Cache/GridAssetClient.cs
index 74a1ef4..66fa245 100644
--- a/OpenSim/Framework/Communications/Cache/GridAssetClient.cs
+++ b/OpenSim/Framework/Communications/Cache/GridAssetClient.cs
@@ -84,6 +84,7 @@ namespace OpenSim.Framework.Communications.Cache
84 catch (Exception e) 84 catch (Exception e)
85 { 85 {
86 MainLog.Instance.Error("ASSETCACHE", e.Message); 86 MainLog.Instance.Error("ASSETCACHE", e.Message);
87 MainLog.Instance.Debug("ASSETCACHE", "Getting asset {0}", assetID.ToString());
87 MainLog.Instance.Error("ASSETCACHE", e.StackTrace); 88 MainLog.Instance.Error("ASSETCACHE", e.StackTrace);
88 } 89 }
89 } 90 }