minor: remove mono compiler warning

iar_mods
Justin Clark-Casey (justincc) 2012-01-07 00:32:32 +00:00
parent ba163ab05b
commit f4231f0628
1 changed files with 1 additions and 1 deletions

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);
}