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

@@ -1,4 +1,4 @@
/*
/*
* Copyright (c) Contributors, http://opensimulator.org/
* See CONTRIBUTORS.TXT for a full list of copyright holders.
*
@@ -158,7 +158,7 @@ namespace OpenSim.Groups
}
catch (Exception e)
{
m_log.DebugFormat("[Groups.RobustHGConnector]: Exception {0}", e.StackTrace);
m_log.Error(string.Format("[Groups.RobustHGConnector]: Exception {0} ", e.Message), e);
}
return FailureResult();