Dammit, loggin the type of an exception without providing the FULL DUMP is NOT
going to help squash bugs!avinationmerge
parent
fedfa02b64
commit
9c9b3e3976
|
@ -245,6 +245,7 @@ namespace OpenSim.Framework
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
errorMessage = ex.Message;
|
errorMessage = ex.Message;
|
||||||
|
m_log.Debug("[WEB UTIL]: Exception making request: " + ex.ToString());
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue