Better error messages

This resolves http://opensimulator.org/mantis/view.php?id=6936
This commit is contained in:
Oren Hurvitz
2013-10-30 15:10:29 +02:00
parent 773ffcafc3
commit 6734b94761
7 changed files with 28 additions and 29 deletions

View File

@@ -140,7 +140,7 @@ namespace OpenSim.Groups
}
catch (Exception e)
{
m_log.DebugFormat("[GROUPS HANDLER]: Exception {0}", e.StackTrace);
m_log.Error(string.Format("[GROUPS HANDLER]: Exception {0} ", e.Message), e);
}
return FailureResult();