aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorCharles Krinke2007-12-16 23:37:40 +0000
committerCharles Krinke2007-12-16 23:37:40 +0000
commit5bec7f5ff38e69800fc100b8ee57e28fa7d54ab8 (patch)
tree457ef8df622cd3cbbdce6d0e5fbec44cd06cf401 /OpenSim
parentMore subtle message tuning of log messages. (diff)
downloadopensim-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')
-rw-r--r--OpenSim/Framework/Communications/LoginService.cs3
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