Skip to content

Commit

Permalink
examples: replace printf with print for log message in gracefulstop (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
eshitachandwani authored Dec 10, 2024
1 parent b1f70ce commit e4d084a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/features/gracefulstop/client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func main() {
}
unaryRequests++
time.Sleep(200 * time.Millisecond)
log.Printf(r.Message)
log.Print(r.Message)
}
log.Printf("Successful unary requests made by client: %d", unaryRequests)

Expand Down

0 comments on commit e4d084a

Please sign in to comment.