string format arguments in wrong order
parent
7a5782c3e3
commit
fa16f132e3
|
@ -293,7 +293,7 @@ namespace OpenSim.Services.LLLoginService
|
|||
{
|
||||
m_log.InfoFormat(
|
||||
"[LLOGIN SERVICE]: Login failed for {0} {1}, reason: user level is {2} but minimum login level is {3}",
|
||||
firstName, lastName, m_MinLoginLevel, account.UserLevel);
|
||||
firstName, lastName, account.UserLevel, m_MinLoginLevel);
|
||||
return LLFailedLoginResponse.LoginBlockedProblem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue