aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/LoginService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/Communications/LoginService.cs')
-rw-r--r--OpenSim/Framework/Communications/LoginService.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/LoginService.cs b/OpenSim/Framework/Communications/LoginService.cs
index e7441b8..d18cf63 100644
--- a/OpenSim/Framework/Communications/LoginService.cs
+++ b/OpenSim/Framework/Communications/LoginService.cs
@@ -158,7 +158,7 @@ namespace OpenSim.Framework.UserManagement
158 } 158 }
159 catch (Exception e) 159 catch (Exception e)
160 { 160 {
161 MainLog.Instance.Verbose(e.ToString()); 161 MainLog.Instance.Verbose("LOGIN", e.ToString());
162 return logResponse.CreateDeadRegionResponse(); 162 return logResponse.CreateDeadRegionResponse();
163 //return logResponse.ToXmlRpcResponse(); 163 //return logResponse.ToXmlRpcResponse();
164 } 164 }
@@ -168,7 +168,7 @@ namespace OpenSim.Framework.UserManagement
168 168
169 catch (Exception E) 169 catch (Exception E)
170 { 170 {
171 MainLog.Instance.Verbose(E.ToString()); 171 MainLog.Instance.Verbose("LOGIN", E.ToString());
172 } 172 }
173 //} 173 //}
174 } 174 }