aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/UserManager/LoginService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/UserManager/LoginService.cs')
-rw-r--r--OpenSim/Framework/UserManager/LoginService.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/UserManager/LoginService.cs b/OpenSim/Framework/UserManager/LoginService.cs
index e50c65c..0af341e 100644
--- a/OpenSim/Framework/UserManager/LoginService.cs
+++ b/OpenSim/Framework/UserManager/LoginService.cs
@@ -173,6 +173,7 @@ namespace OpenSim.Framework.UserManagement
173 /// <returns>Authenticated?</returns> 173 /// <returns>Authenticated?</returns>
174 public virtual bool AuthenticateUser(UserProfileData profile, string password) 174 public virtual bool AuthenticateUser(UserProfileData profile, string password)
175 { 175 {
176
176 MainLog.Instance.Verbose( 177 MainLog.Instance.Verbose(
177 "Authenticating " + profile.username + " " + profile.surname); 178 "Authenticating " + profile.username + " " + profile.surname);
178 179