diff options
author | Melanie | 2012-04-29 02:23:54 +0100 |
---|---|---|
committer | Melanie | 2012-04-29 02:23:54 +0100 |
commit | ad12b5df49b5bc214a3758e2399858d8c98ce24e (patch) | |
tree | 9a630ee336bab317a07ec988213aaa17fed13c9b /OpenSim/Region/OptionalModules | |
parent | Merge branch 'avination' (diff) | |
parent | Comment out debug [ASYNC DELETER] messages for now. (diff) | |
download | opensim-SC-ad12b5df49b5bc214a3758e2399858d8c98ce24e.zip opensim-SC-ad12b5df49b5bc214a3758e2399858d8c98ce24e.tar.gz opensim-SC-ad12b5df49b5bc214a3758e2399858d8c98ce24e.tar.bz2 opensim-SC-ad12b5df49b5bc214a3758e2399858d8c98ce24e.tar.xz |
Merge branch 'master' into careminster
Diffstat (limited to 'OpenSim/Region/OptionalModules')
-rw-r--r-- | OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/SimianGroupsServicesConnectorModule.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/SimianGroupsServicesConnectorModule.cs b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/SimianGroupsServicesConnectorModule.cs index 130513d..5d57f70 100644 --- a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/SimianGroupsServicesConnectorModule.cs +++ b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/SimianGroupsServicesConnectorModule.cs | |||
@@ -1401,9 +1401,9 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups | |||
1401 | { | 1401 | { |
1402 | response = WebUtil.PostToService(m_groupsServerURI, requestArgs); | 1402 | response = WebUtil.PostToService(m_groupsServerURI, requestArgs); |
1403 | } | 1403 | } |
1404 | catch (Exception e) | 1404 | catch (Exception) |
1405 | { | 1405 | { |
1406 | m_log.InfoFormat("[SIMIAN GROUPS CONNECTOR] request failed {0}",CacheKey); | 1406 | m_log.ErrorFormat("[SIMIAN GROUPS CONNECTOR]: request failed {0}", CacheKey); |
1407 | } | 1407 | } |
1408 | 1408 | ||
1409 | // and cache the response | 1409 | // and cache the response |