mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Better error messages
This resolves http://opensimulator.org/mantis/view.php?id=6936
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user