diff options
author | Charles Krinke | 2007-12-16 23:37:40 +0000 |
---|---|---|
committer | Charles Krinke | 2007-12-16 23:37:40 +0000 |
commit | 5bec7f5ff38e69800fc100b8ee57e28fa7d54ab8 (patch) | |
tree | 457ef8df622cd3cbbdce6d0e5fbec44cd06cf401 /OpenSim/Framework/Communications/LoginService.cs | |
parent | More subtle message tuning of log messages. (diff) | |
download | opensim-SC_OLD-5bec7f5ff38e69800fc100b8ee57e28fa7d54ab8.zip opensim-SC_OLD-5bec7f5ff38e69800fc100b8ee57e28fa7d54ab8.tar.gz opensim-SC_OLD-5bec7f5ff38e69800fc100b8ee57e28fa7d54ab8.tar.bz2 opensim-SC_OLD-5bec7f5ff38e69800fc100b8ee57e28fa7d54ab8.tar.xz |
Clean up the Login message on UserServer console just
before CustomizeResponse is called (this one redundant).
Diffstat (limited to 'OpenSim/Framework/Communications/LoginService.cs')
-rw-r--r-- | OpenSim/Framework/Communications/LoginService.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/LoginService.cs b/OpenSim/Framework/Communications/LoginService.cs index 7c39e56..7012602 100644 --- a/OpenSim/Framework/Communications/LoginService.cs +++ b/OpenSim/Framework/Communications/LoginService.cs | |||
@@ -61,7 +61,8 @@ namespace OpenSim.Framework.UserManagement | |||
61 | m_loginMutex.WaitOne(); | 61 | m_loginMutex.WaitOne(); |
62 | try | 62 | try |
63 | { | 63 | { |
64 | MainLog.Instance.Verbose("LOGIN", "Attempting login now..."); | 64 | //CFK: CustomizeResponse contains sufficient strings to alleviate the need for this. |
65 | //CKF: MainLog.Instance.Verbose("LOGIN", "Attempting login now..."); | ||
65 | XmlRpcResponse response = new XmlRpcResponse(); | 66 | XmlRpcResponse response = new XmlRpcResponse(); |
66 | Hashtable requestData = (Hashtable)request.Params[0]; | 67 | Hashtable requestData = (Hashtable)request.Params[0]; |
67 | 68 | ||