aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorMelanie2011-07-10 17:27:20 +0200
committerMelanie2011-07-10 17:27:20 +0200
commit9c9b3e3976cbbac9330292bb3abd5935093a4849 (patch)
treec6cb0cc8cf75e7f0feaab08d47710022d5c14e77 /OpenSim
parentRemove another core SNAFU. AbsolutePosition is NOT equal to group position (diff)
downloadopensim-SC_OLD-9c9b3e3976cbbac9330292bb3abd5935093a4849.zip
opensim-SC_OLD-9c9b3e3976cbbac9330292bb3abd5935093a4849.tar.gz
opensim-SC_OLD-9c9b3e3976cbbac9330292bb3abd5935093a4849.tar.bz2
opensim-SC_OLD-9c9b3e3976cbbac9330292bb3abd5935093a4849.tar.xz
Dammit, loggin the type of an exception without providing the FULL DUMP is NOT
going to help squash bugs!
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Framework/WebUtil.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/WebUtil.cs b/OpenSim/Framework/WebUtil.cs
index f176485..90ab982 100644
--- a/OpenSim/Framework/WebUtil.cs
+++ b/OpenSim/Framework/WebUtil.cs
@@ -245,6 +245,7 @@ namespace OpenSim.Framework
245 catch (Exception ex) 245 catch (Exception ex)
246 { 246 {
247 errorMessage = ex.Message; 247 errorMessage = ex.Message;
248 m_log.Debug("[WEB UTIL]: Exception making request: " + ex.ToString());
248 } 249 }
249 finally 250 finally
250 { 251 {