mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
InfoFormat > DebugFormat
Signed-off-by: SignpostMarv Martin <me@signpostmarv.name>
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
6153c45973
commit
0e808950fb
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user