diff options
author | Melanie | 2011-07-10 17:27:20 +0200 |
---|---|---|
committer | Melanie | 2011-07-10 17:27:20 +0200 |
commit | 9c9b3e3976cbbac9330292bb3abd5935093a4849 (patch) | |
tree | c6cb0cc8cf75e7f0feaab08d47710022d5c14e77 | |
parent | Remove another core SNAFU. AbsolutePosition is NOT equal to group position (diff) | |
download | opensim-SC-9c9b3e3976cbbac9330292bb3abd5935093a4849.zip opensim-SC-9c9b3e3976cbbac9330292bb3abd5935093a4849.tar.gz opensim-SC-9c9b3e3976cbbac9330292bb3abd5935093a4849.tar.bz2 opensim-SC-9c9b3e3976cbbac9330292bb3abd5935093a4849.tar.xz |
Dammit, loggin the type of an exception without providing the FULL DUMP is NOT
going to help squash bugs!
-rw-r--r-- | OpenSim/Framework/WebUtil.cs | 1 |
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 | { |