minor: remove mono compiler warning
parent
ba163ab05b
commit
f4231f0628
|
@ -66,7 +66,7 @@ namespace OpenSim.Services.Connectors
|
||||||
m_ServerURI = m_ServerURI.TrimEnd('/') + "/helo/";
|
m_ServerURI = m_ServerURI.TrimEnd('/') + "/helo/";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (UriFormatException e)
|
catch (UriFormatException)
|
||||||
{
|
{
|
||||||
m_log.WarnFormat("[HELO SERVICE]: Malformed URL {0}", serverURI);
|
m_log.WarnFormat("[HELO SERVICE]: Malformed URL {0}", serverURI);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue