mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Supply correct parameters to detailed authentication login fail message
This commit is contained in:
@@ -90,7 +90,7 @@ namespace OpenSim.Services.AuthenticationService
|
||||
{
|
||||
m_log.DebugFormat(
|
||||
"[AUTH SERVICE]: Salted hash {0} of given password did not match salted hash of {1} for PrincipalID {2}. Authentication failure.",
|
||||
principalID);
|
||||
hashed, data.Data["passwordHash"], principalID);
|
||||
return String.Empty;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user