diff options
Diffstat (limited to 'OpenSim/Services')
-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); |