diff options
author | SignpostMarv Martin | 2011-03-21 14:47:10 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-03-26 02:28:11 +0000 |
commit | 0e808950fbb54271d478d29669bf035949731114 (patch) | |
tree | 735fb957ec2ec91831e6b069546083d3463abc0e /OpenSim/Services/AuthenticationService | |
parent | LLLoginHandlers now supports both password & web login (diff) | |
download | opensim-SC_OLD-0e808950fbb54271d478d29669bf035949731114.zip opensim-SC_OLD-0e808950fbb54271d478d29669bf035949731114.tar.gz opensim-SC_OLD-0e808950fbb54271d478d29669bf035949731114.tar.bz2 opensim-SC_OLD-0e808950fbb54271d478d29669bf035949731114.tar.xz |
InfoFormat > DebugFormat
Signed-off-by: SignpostMarv Martin <me@signpostmarv.name>
Diffstat (limited to 'OpenSim/Services/AuthenticationService')
-rw-r--r-- | OpenSim/Services/AuthenticationService/WebkeyAuthenticationService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/AuthenticationService/WebkeyAuthenticationService.cs b/OpenSim/Services/AuthenticationService/WebkeyAuthenticationService.cs index a072958..5924026 100644 --- a/OpenSim/Services/AuthenticationService/WebkeyAuthenticationService.cs +++ b/OpenSim/Services/AuthenticationService/WebkeyAuthenticationService.cs | |||
@@ -79,7 +79,7 @@ namespace OpenSim.Services.AuthenticationService | |||
79 | return GetToken(principalID, lifetime); | 79 | return GetToken(principalID, lifetime); |
80 | } | 80 | } |
81 | }else{ | 81 | }else{ |
82 | m_log.InfoFormat("[Authenticate]: no col webLoginKey in passwd.db"); | 82 | m_log.DebugFormat("[Authenticate]: no col webLoginKey in passwd.db"); |
83 | } | 83 | } |
84 | } | 84 | } |
85 | m_log.DebugFormat("[AUTH SERVICE]: PrincipalID {0} or its data not found", principalID); | 85 | m_log.DebugFormat("[AUTH SERVICE]: PrincipalID {0} or its data not found", principalID); |