Skip to content

Commit

Permalink
Improve logs
Browse files Browse the repository at this point in the history
vossenwout committed Sep 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ecb6b67 commit 40f8c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/review/review.go
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@ func saveReviewToFile(output ReviewOutput) error {
}

func Review(codeToReview string, apiKey string) {
log.Printf("Sending code for review...")
log.Printf("Reviewing code please wait...")

// Prepare the request to review the code
req, err := prepareRequest(codeToReview, apiKey)

0 comments on commit 40f8c05

Please sign in to comment.