Remove mono compiler warning. Adjust message log to error from info

0.7.3-extended
Justin Clark-Casey (justincc) 2012-04-28 00:31:11 +01:00
parent 23e1a55ed5
commit 1197d48fc7
1 changed files with 2 additions and 2 deletions

View File

@ -1401,9 +1401,9 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
{
response = WebUtil.PostToService(m_groupsServerURI, requestArgs);
}
catch (Exception e)
catch (Exception)
{
m_log.InfoFormat("[SIMIAN GROUPS CONNECTOR] request failed {0}",CacheKey);
m_log.ErrorFormat("[SIMIAN GROUPS CONNECTOR]: request failed {0}", CacheKey);
}
// and cache the response