diff options
author | Diva Canto | 2010-03-02 22:20:44 -0800 |
---|---|---|
committer | Diva Canto | 2010-03-02 22:20:44 -0800 |
commit | 9fda5c51acf6b8b1f6cbb072e4bf72a05d35b491 (patch) | |
tree | bccc2cc7c3cfc317db4806e718aa1351ad276470 | |
parent | Better error handling on PasswordAuthenticationService (diff) | |
download | opensim-SC_OLD-9fda5c51acf6b8b1f6cbb072e4bf72a05d35b491.zip opensim-SC_OLD-9fda5c51acf6b8b1f6cbb072e4bf72a05d35b491.tar.gz opensim-SC_OLD-9fda5c51acf6b8b1f6cbb072e4bf72a05d35b491.tar.bz2 opensim-SC_OLD-9fda5c51acf6b8b1f6cbb072e4bf72a05d35b491.tar.xz |
More debug.
-rw-r--r-- | OpenSim/Services/LLLoginService/LLLoginService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Services/LLLoginService/LLLoginService.cs b/OpenSim/Services/LLLoginService/LLLoginService.cs index 1d734eb..ee93f73 100644 --- a/OpenSim/Services/LLLoginService/LLLoginService.cs +++ b/OpenSim/Services/LLLoginService/LLLoginService.cs | |||
@@ -247,6 +247,7 @@ namespace OpenSim.Services.LLLoginService | |||
247 | LLLoginResponse response = new LLLoginResponse(account, aCircuit, presence, destination, inventorySkel, friendsList, m_LibraryService, | 247 | LLLoginResponse response = new LLLoginResponse(account, aCircuit, presence, destination, inventorySkel, friendsList, m_LibraryService, |
248 | where, startLocation, position, lookAt, m_WelcomeMessage, home, clientIP); | 248 | where, startLocation, position, lookAt, m_WelcomeMessage, home, clientIP); |
249 | 249 | ||
250 | m_log.DebugFormat("[LLOGIN SERVICE]: All clear. Sending login response to client."); | ||
250 | return response; | 251 | return response; |
251 | } | 252 | } |
252 | catch (Exception e) | 253 | catch (Exception e) |