diff options
Diffstat (limited to 'OpenSim/Addons/Groups/Remote/GroupsServiceRobustConnector.cs')
-rw-r--r-- | OpenSim/Addons/Groups/Remote/GroupsServiceRobustConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Addons/Groups/Remote/GroupsServiceRobustConnector.cs b/OpenSim/Addons/Groups/Remote/GroupsServiceRobustConnector.cs index 249d974..616afa9 100644 --- a/OpenSim/Addons/Groups/Remote/GroupsServiceRobustConnector.cs +++ b/OpenSim/Addons/Groups/Remote/GroupsServiceRobustConnector.cs | |||
@@ -140,7 +140,7 @@ namespace OpenSim.Groups | |||
140 | } | 140 | } |
141 | catch (Exception e) | 141 | catch (Exception e) |
142 | { | 142 | { |
143 | m_log.DebugFormat("[GROUPS HANDLER]: Exception {0}", e.StackTrace); | 143 | m_log.Error(string.Format("[GROUPS HANDLER]: Exception {0} ", e.Message), e); |
144 | } | 144 | } |
145 | 145 | ||
146 | return FailureResult(); | 146 | return FailureResult(); |