mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
minor: remove mono compiler warning
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user