Supply correct parameters to detailed authentication login fail message

iar_mods
Justin Clark-Casey (justincc) 2012-02-04 02:00:35 +00:00
parent edc11a1d39
commit 8779ff3c8f
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ namespace OpenSim.Services.AuthenticationService
{ {
m_log.DebugFormat( m_log.DebugFormat(
"[AUTH SERVICE]: Salted hash {0} of given password did not match salted hash of {1} for PrincipalID {2}. Authentication failure.", "[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; return String.Empty;
} }
} }