diff options
author | Melanie | 2010-06-04 21:11:15 +0100 |
---|---|---|
committer | Melanie | 2010-06-04 21:11:15 +0100 |
commit | c5878b6610d4a729752fddf15ad6c99c302375a3 (patch) | |
tree | 12c570c68ed6f49965ce42fa0147b79ca21d9f96 /OpenSim/Server/Handlers/Login | |
parent | Change the admin kick message to something more generic, "OpenSim Manager" is... (diff) | |
parent | bring TestLoadIarV0_1AbsentUsers() back online (diff) | |
download | opensim-SC_OLD-c5878b6610d4a729752fddf15ad6c99c302375a3.zip opensim-SC_OLD-c5878b6610d4a729752fddf15ad6c99c302375a3.tar.gz opensim-SC_OLD-c5878b6610d4a729752fddf15ad6c99c302375a3.tar.bz2 opensim-SC_OLD-c5878b6610d4a729752fddf15ad6c99c302375a3.tar.xz |
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Server/Handlers/Login')
-rw-r--r-- | OpenSim/Server/Handlers/Login/LLLoginHandlers.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Server/Handlers/Login/LLLoginHandlers.cs b/OpenSim/Server/Handlers/Login/LLLoginHandlers.cs index c9bf996..5bb529c 100644 --- a/OpenSim/Server/Handlers/Login/LLLoginHandlers.cs +++ b/OpenSim/Server/Handlers/Login/LLLoginHandlers.cs | |||
@@ -83,7 +83,7 @@ namespace OpenSim.Server.Handlers.Login | |||
83 | clientVersion = requestData["version"].ToString(); | 83 | clientVersion = requestData["version"].ToString(); |
84 | // We should do something interesting with the client version... | 84 | // We should do something interesting with the client version... |
85 | 85 | ||
86 | m_log.InfoFormat("[LOGIN]: XMLRPC Login Requested for {0} {1}, starting in {2}, using {3}", first, last, startLocation, clientVersion); | 86 | //m_log.InfoFormat("[LOGIN]: XMLRPC Login Requested for {0} {1}, starting in {2}, using {3}", first, last, startLocation, clientVersion); |
87 | 87 | ||
88 | LoginResponse reply = null; | 88 | LoginResponse reply = null; |
89 | reply = m_LocalService.Login(first, last, passwd, startLocation, scopeID, clientVersion, remoteClient); | 89 | reply = m_LocalService.Login(first, last, passwd, startLocation, scopeID, clientVersion, remoteClient); |