minor: remove mono compiler warning

This commit is contained in:
Justin Clark-Casey (justincc)
2012-01-07 00:32:32 +00:00
parent ba163ab05b
commit f4231f0628

View File

@@ -66,7 +66,7 @@ namespace OpenSim.Services.Connectors
m_ServerURI = m_ServerURI.TrimEnd('/') + "/helo/";
}
}
catch (UriFormatException e)
catch (UriFormatException)
{
m_log.WarnFormat("[HELO SERVICE]: Malformed URL {0}", serverURI);
}