From 9c9b3e3976cbbac9330292bb3abd5935093a4849 Mon Sep 17 00:00:00 2001 From: Melanie Date: Sun, 10 Jul 2011 17:27:20 +0200 Subject: Dammit, loggin the type of an exception without providing the FULL DUMP is NOT going to help squash bugs! --- OpenSim/Framework/WebUtil.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim') 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 catch (Exception ex) { errorMessage = ex.Message; + m_log.Debug("[WEB UTIL]: Exception making request: " + ex.ToString()); } finally { -- cgit v1.1