Skip to content

Commit

Permalink
chore: improve logging
Browse files Browse the repository at this point in the history
  • Loading branch information
j178 committed Aug 11, 2024
1 parent 296c088 commit 5265cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leetcode/credential.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ func (b *browserAuth) AddCredentials(req *http.Request) error {
errs = append(errs, fmt.Errorf("LeetCode cookies not found in %s", store.FilePath()))
continue
}
log.Info("read LeetCode cookies", "browser", store.Browser(), "domain", domain)
log.Info("reading leetcode cookies", "browser", store.Browser(), "domain", domain)
break
}
}
Expand Down

0 comments on commit 5265cf4

Please sign in to comment.