InfoFormat > DebugFormat

Signed-off-by: SignpostMarv Martin <me@signpostmarv.name>
0.7.1-dev
SignpostMarv Martin 2011-03-21 14:47:10 +00:00 committed by Justin Clark-Casey (justincc)
parent 6153c45973
commit 0e808950fb
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ namespace OpenSim.Services.AuthenticationService
return GetToken(principalID, lifetime);
}
}else{
m_log.InfoFormat("[Authenticate]: no col webLoginKey in passwd.db");
m_log.DebugFormat("[Authenticate]: no col webLoginKey in passwd.db");
}
}
m_log.DebugFormat("[AUTH SERVICE]: PrincipalID {0} or its data not found", principalID);