Skip to content

Commit

Permalink
fix log message in producer example (#960)
Browse files Browse the repository at this point in the history
Co-authored-by: enes.yalinkaya <enes.yalinkaya@dolap.com>
  • Loading branch information
2 people authored and PrasanthV454 committed Mar 17, 2023
1 parent 7bf3c5a commit 62a7dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/producer_example/producer_example.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func main() {

// Flush and close the producer and the events channel
for p.Flush(10000) > 0 {
fmt.Print("Still waiting to flush outstanding messages\n", err)
fmt.Print("Still waiting to flush outstanding messages\n")
}
p.Close()
}

0 comments on commit 62a7dee

Please sign in to comment.