diff options
author | Diva Canto | 2011-01-17 12:35:19 -0800 |
---|---|---|
committer | Diva Canto | 2011-01-17 12:35:19 -0800 |
commit | 59c2cd04ba056b85eb4873e472b95826a1cc13b5 (patch) | |
tree | 7ce3f94608981376a6908d3fa7f97f9ec1108981 /OpenSim/Services | |
parent | Protect World Map module, RequestMapItemsAsync, from badly formed URLs. (diff) | |
download | opensim-SC_OLD-59c2cd04ba056b85eb4873e472b95826a1cc13b5.zip opensim-SC_OLD-59c2cd04ba056b85eb4873e472b95826a1cc13b5.tar.gz opensim-SC_OLD-59c2cd04ba056b85eb4873e472b95826a1cc13b5.tar.bz2 opensim-SC_OLD-59c2cd04ba056b85eb4873e472b95826a1cc13b5.tar.xz |
DEBUG DEBUG DEBUG
Diffstat (limited to 'OpenSim/Services')
-rw-r--r-- | OpenSim/Services/HypergridService/UserAgentService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/HypergridService/UserAgentService.cs b/OpenSim/Services/HypergridService/UserAgentService.cs index 3ead180..d5842fb 100644 --- a/OpenSim/Services/HypergridService/UserAgentService.cs +++ b/OpenSim/Services/HypergridService/UserAgentService.cs | |||
@@ -269,7 +269,7 @@ namespace OpenSim.Services.HypergridService | |||
269 | bool result = m_TravelingAgents[sessionID].ClientIPAddress == reportedIP || | 269 | bool result = m_TravelingAgents[sessionID].ClientIPAddress == reportedIP || |
270 | m_TravelingAgents[sessionID].MyIpAddress == reportedIP; // NATed | 270 | m_TravelingAgents[sessionID].MyIpAddress == reportedIP; // NATed |
271 | 271 | ||
272 | m_log.DebugFormat("[USER AGENT SERVICE]: Comparing {0} with login IP {1} and MyIP {1}; result is {3}", | 272 | m_log.DebugFormat("[USER AGENT SERVICE]: Comparing {0} with login IP {1} and MyIP {2}; result is {3}", |
273 | reportedIP, m_TravelingAgents[sessionID].ClientIPAddress, m_TravelingAgents[sessionID].MyIpAddress, result); | 273 | reportedIP, m_TravelingAgents[sessionID].ClientIPAddress, m_TravelingAgents[sessionID].MyIpAddress, result); |
274 | 274 | ||
275 | return result; | 275 | return result; |