Remove mono compiler warning. Adjust message log to error from info
parent
23e1a55ed5
commit
1197d48fc7
|
@ -1401,9 +1401,9 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
|
||||||
{
|
{
|
||||||
response = WebUtil.PostToService(m_groupsServerURI, requestArgs);
|
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
|
// and cache the response
|
||||||
|
|
Loading…
Reference in New Issue