diff options
author | Diva Canto | 2010-03-09 17:33:31 -0800 |
---|---|---|
committer | Diva Canto | 2010-03-09 17:33:31 -0800 |
commit | c5bb51b443267a8bab8dcd28c6674491cae2c01a (patch) | |
tree | 79b1368eda19c67dcea4201e17a1e74c26149511 /OpenSim/Services/Connectors/Hypergrid | |
parent | Fixed caching of user accounts. (diff) | |
download | opensim-SC_OLD-c5bb51b443267a8bab8dcd28c6674491cae2c01a.zip opensim-SC_OLD-c5bb51b443267a8bab8dcd28c6674491cae2c01a.tar.gz opensim-SC_OLD-c5bb51b443267a8bab8dcd28c6674491cae2c01a.tar.bz2 opensim-SC_OLD-c5bb51b443267a8bab8dcd28c6674491cae2c01a.tar.xz |
Changed a cryptic debug message and a wrong comment
Diffstat (limited to 'OpenSim/Services/Connectors/Hypergrid')
-rw-r--r-- | OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs b/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs index 83d3449..03da834 100644 --- a/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs +++ b/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs | |||
@@ -334,7 +334,7 @@ namespace OpenSim.Services.Connectors.Hypergrid | |||
334 | } | 334 | } |
335 | catch (Exception e) | 335 | catch (Exception e) |
336 | { | 336 | { |
337 | m_log.Debug("[HGrid]: Exception " + e.Message); | 337 | m_log.Debug("[USER AGENT CONNECTOR]: Unable to contact remote server "); |
338 | reason = "Exception: " + e.Message; | 338 | reason = "Exception: " + e.Message; |
339 | return false; | 339 | return false; |
340 | } | 340 | } |