Dammit, loggin the type of an exception without providing the FULL DUMP is NOT

going to help squash bugs!
avinationmerge
Melanie 2011-07-10 17:27:20 +02:00
parent fedfa02b64
commit 9c9b3e3976
1 changed files with 1 additions and 0 deletions

View File

@ -245,6 +245,7 @@ namespace OpenSim.Framework
catch (Exception ex)
{
errorMessage = ex.Message;
m_log.Debug("[WEB UTIL]: Exception making request: " + ex.ToString());
}
finally
{