string format arguments in wrong order
parent
210f227fe6
commit
e81e19a3b4
|
@ -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