aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar
diff options
context:
space:
mode:
authorMelanie2012-04-29 02:23:54 +0100
committerMelanie2012-04-29 02:23:54 +0100
commitad12b5df49b5bc214a3758e2399858d8c98ce24e (patch)
tree9a630ee336bab317a07ec988213aaa17fed13c9b /OpenSim/Region/OptionalModules/Avatar
parentMerge branch 'avination' (diff)
parentComment out debug [ASYNC DELETER] messages for now. (diff)
downloadopensim-SC_OLD-ad12b5df49b5bc214a3758e2399858d8c98ce24e.zip
opensim-SC_OLD-ad12b5df49b5bc214a3758e2399858d8c98ce24e.tar.gz
opensim-SC_OLD-ad12b5df49b5bc214a3758e2399858d8c98ce24e.tar.bz2
opensim-SC_OLD-ad12b5df49b5bc214a3758e2399858d8c98ce24e.tar.xz
Merge branch 'master' into careminster
Diffstat (limited to 'OpenSim/Region/OptionalModules/Avatar')
-rw-r--r--OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/SimianGroupsServicesConnectorModule.cs4
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