mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
Dammit, loggin the type of an exception without providing the FULL DUMP is NOT
going to help squash bugs!
This commit is contained in:
@@ -245,6 +245,7 @@ namespace OpenSim.Framework
|
||||
catch (Exception ex)
|
||||
{
|
||||
errorMessage = ex.Message;
|
||||
m_log.Debug("[WEB UTIL]: Exception making request: " + ex.ToString());
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user