diff options
author | Justin Clark-Casey (justincc) | 2012-01-07 00:32:32 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-01-07 00:32:32 +0000 |
commit | f4231f06283dedc4ee9e898f969700d991575558 (patch) | |
tree | 21dc6797fe1c7b1b6dc9ed2cdab54b06092137f3 /OpenSim/Services/Connectors/Hypergrid | |
parent | Add method doc to SPA.Falling and use automatic private get property (diff) | |
download | opensim-SC_OLD-f4231f06283dedc4ee9e898f969700d991575558.zip opensim-SC_OLD-f4231f06283dedc4ee9e898f969700d991575558.tar.gz opensim-SC_OLD-f4231f06283dedc4ee9e898f969700d991575558.tar.bz2 opensim-SC_OLD-f4231f06283dedc4ee9e898f969700d991575558.tar.xz |
minor: remove mono compiler warning
Diffstat (limited to 'OpenSim/Services/Connectors/Hypergrid')
-rw-r--r-- | OpenSim/Services/Connectors/Hypergrid/HeloServiceConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Hypergrid/HeloServiceConnector.cs b/OpenSim/Services/Connectors/Hypergrid/HeloServiceConnector.cs index c030bca..5c50936 100644 --- a/OpenSim/Services/Connectors/Hypergrid/HeloServiceConnector.cs +++ b/OpenSim/Services/Connectors/Hypergrid/HeloServiceConnector.cs | |||
@@ -66,7 +66,7 @@ namespace OpenSim.Services.Connectors | |||
66 | m_ServerURI = m_ServerURI.TrimEnd('/') + "/helo/"; | 66 | m_ServerURI = m_ServerURI.TrimEnd('/') + "/helo/"; |
67 | } | 67 | } |
68 | } | 68 | } |
69 | catch (UriFormatException e) | 69 | catch (UriFormatException) |
70 | { | 70 | { |
71 | m_log.WarnFormat("[HELO SERVICE]: Malformed URL {0}", serverURI); | 71 | m_log.WarnFormat("[HELO SERVICE]: Malformed URL {0}", serverURI); |
72 | } | 72 | } |