aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Services/LoginService.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Communications/Services/LoginService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Services/LoginService.cs b/OpenSim/Framework/Communications/Services/LoginService.cs
index 1b71367..168f7a6 100644
--- a/OpenSim/Framework/Communications/Services/LoginService.cs
+++ b/OpenSim/Framework/Communications/Services/LoginService.cs
@@ -182,7 +182,7 @@ namespace OpenSim.Framework.Communications.Services
182 // Reject the login 182 // Reject the login
183 183
184 m_log.InfoFormat( 184 m_log.InfoFormat(
185 "[LOGIN END]: XMLRPC Notifying user {0} {1} that they are already logged in", 185 "[LOGIN END]: XMLRPC Notifying user {0} {1} that they are already logged in",
186 firstname, lastname); 186 firstname, lastname);
187 187
188 return logResponse.CreateAlreadyLoggedInResponse(); 188 return logResponse.CreateAlreadyLoggedInResponse();