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 | |
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')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs | 2 | ||||
-rw-r--r-- | OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs b/OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs index de324c0..128515d 100644 --- a/OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs | |||
@@ -481,7 +481,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends | |||
481 | m_log.DebugFormat("[FRIENDS]: {0} offered friendship to {1}", principalID, friendID); | 481 | m_log.DebugFormat("[FRIENDS]: {0} offered friendship to {1}", principalID, friendID); |
482 | 482 | ||
483 | // This user wants to be friends with the other user. | 483 | // This user wants to be friends with the other user. |
484 | // Let's add both relations to the DB, but one of them is inactive (-1) | 484 | // Let's add the relation backwards, in case the other is not online |
485 | FriendsService.StoreFriend(friendID, principalID.ToString(), 0); | 485 | FriendsService.StoreFriend(friendID, principalID.ToString(), 0); |
486 | 486 | ||
487 | // Now let's ask the other user to be friends with this user | 487 | // Now let's ask the other user to be friends with this user |
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 | } |