diff options
author | diva | 2009-02-18 03:50:09 +0000 |
---|---|---|
committer | diva | 2009-02-18 03:50:09 +0000 |
commit | d7842055277ee3b3df61c3f26046c932f4a36a44 (patch) | |
tree | 139582062ddabf4d94f68f52846b0a215af2bb8d /OpenSim | |
parent | Adds support for preserving animations on region crossings and TPs. (diff) | |
download | opensim-SC_OLD-d7842055277ee3b3df61c3f26046c932f4a36a44.zip opensim-SC_OLD-d7842055277ee3b3df61c3f26046c932f4a36a44.tar.gz opensim-SC_OLD-d7842055277ee3b3df61c3f26046c932f4a36a44.tar.bz2 opensim-SC_OLD-d7842055277ee3b3df61c3f26046c932f4a36a44.tar.xz |
Improved log message.
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Communications/Hypergrid/HGGridServices.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Communications/Hypergrid/HGGridServices.cs b/OpenSim/Region/Communications/Hypergrid/HGGridServices.cs index a61c07a..24db63e 100644 --- a/OpenSim/Region/Communications/Hypergrid/HGGridServices.cs +++ b/OpenSim/Region/Communications/Hypergrid/HGGridServices.cs | |||
@@ -700,8 +700,8 @@ namespace OpenSim.Region.Communications.Hypergrid | |||
700 | userData.UserHomeRemotingPort = (string)requestData["home_remoting"]; | 700 | userData.UserHomeRemotingPort = (string)requestData["home_remoting"]; |
701 | 701 | ||
702 | 702 | ||
703 | m_log.DebugFormat("[HGrid]: Told by user service to prepare for a connection from {0} {1} {2}", | 703 | m_log.DebugFormat("[HGrid]: Prepare for connection from {0} {1} (@{2}) UUID={3}", |
704 | userData.FirstName, userData.SurName, userData.ID); | 704 | userData.FirstName, userData.SurName, userData.UserServerURI, userData.ID); |
705 | m_log.Debug("[HGrid]: home_address: " + userData.UserHomeAddress + | 705 | m_log.Debug("[HGrid]: home_address: " + userData.UserHomeAddress + |
706 | "; home_port: " + userData.UserHomePort + "; remoting: " + userData.UserHomeRemotingPort); | 706 | "; home_port: " + userData.UserHomePort + "; remoting: " + userData.UserHomeRemotingPort); |
707 | 707 | ||