Skip to content

Commit 1a635f5

Browse files
committed
Logging.
1 parent 4abd731 commit 1a635f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/ch/cyberduck/core/KeychainLoginService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public void validate(final Host bookmark, final LoginCallback prompt, final Logi
8585
if(options.oauth) {
8686
final OAuthTokens tokens = keychain.findOAuthTokens(bookmark);
8787
if(tokens.validate()) {
88-
log.info("Fetched OAuth token from keychain for {}", bookmark);
88+
log.info("Fetched OAuth tokens {} from keychain for {}", tokens, bookmark);
8989
// No need to reinsert found token to the keychain.
9090
credentials.setOauth(tokens).setSaved(tokens.isExpired());
9191
}

0 commit comments

Comments
 (0)