diff options
author | Justin Clark-Casey (justincc) | 2012-04-28 00:31:11 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-04-28 00:31:11 +0100 |
commit | cd755fe5983b1960f771bf6f6bf3fa15b338182b (patch) | |
tree | d3a6d04eb0bfe079ed412d0f1a3193abb8de490d | |
parent | Add text about using double quotes to surround console command arguments cont... (diff) | |
download | opensim-SC_OLD-cd755fe5983b1960f771bf6f6bf3fa15b338182b.zip opensim-SC_OLD-cd755fe5983b1960f771bf6f6bf3fa15b338182b.tar.gz opensim-SC_OLD-cd755fe5983b1960f771bf6f6bf3fa15b338182b.tar.bz2 opensim-SC_OLD-cd755fe5983b1960f771bf6f6bf3fa15b338182b.tar.xz |
Remove mono compiler warning. Adjust message log to error from info
-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 |