diff options
Diffstat (limited to 'OpenSim/Framework/Communications/LoginService.cs')
-rw-r--r-- | OpenSim/Framework/Communications/LoginService.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/LoginService.cs b/OpenSim/Framework/Communications/LoginService.cs index f4648df..77b9283 100644 --- a/OpenSim/Framework/Communications/LoginService.cs +++ b/OpenSim/Framework/Communications/LoginService.cs | |||
@@ -199,8 +199,7 @@ namespace OpenSim.Framework.UserManagement | |||
199 | public virtual bool AuthenticateUser(UserProfileData profile, string password) | 199 | public virtual bool AuthenticateUser(UserProfileData profile, string password) |
200 | { | 200 | { |
201 | 201 | ||
202 | MainLog.Instance.Verbose( | 202 | MainLog.Instance.Verbose("LOGIN","Authenticating " + profile.username + " " + profile.surname); |
203 | "Authenticating " + profile.username + " " + profile.surname); | ||
204 | 203 | ||
205 | password = password.Remove(0, 3); //remove $1$ | 204 | password = password.Remove(0, 3); //remove $1$ |
206 | 205 | ||