diff options
author | Justin Clark-Casey (justincc) | 2012-02-04 02:00:35 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-02-04 02:00:35 +0000 |
commit | 8779ff3c8f01550ecff822696eafbfef708743af (patch) | |
tree | 9d1362b84f79043ff675d553f530889c9986894c /OpenSim/Services/AuthenticationService | |
parent | Add missing RCERR_UNKNOWN and RCERR_SIM_PERF_LOW LSL constants that would eve... (diff) | |
download | opensim-SC_OLD-8779ff3c8f01550ecff822696eafbfef708743af.zip opensim-SC_OLD-8779ff3c8f01550ecff822696eafbfef708743af.tar.gz opensim-SC_OLD-8779ff3c8f01550ecff822696eafbfef708743af.tar.bz2 opensim-SC_OLD-8779ff3c8f01550ecff822696eafbfef708743af.tar.xz |
Supply correct parameters to detailed authentication login fail message
Diffstat (limited to 'OpenSim/Services/AuthenticationService')
-rw-r--r-- | OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs b/OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs index 14d96cb..48eb3f8 100644 --- a/OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs +++ b/OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs | |||
@@ -90,7 +90,7 @@ namespace OpenSim.Services.AuthenticationService | |||
90 | { | 90 | { |
91 | m_log.DebugFormat( | 91 | m_log.DebugFormat( |
92 | "[AUTH SERVICE]: Salted hash {0} of given password did not match salted hash of {1} for PrincipalID {2}. Authentication failure.", | 92 | "[AUTH SERVICE]: Salted hash {0} of given password did not match salted hash of {1} for PrincipalID {2}. Authentication failure.", |
93 | principalID); | 93 | hashed, data.Data["passwordHash"], principalID); |
94 | return String.Empty; | 94 | return String.Empty; |
95 | } | 95 | } |
96 | } | 96 | } |