Skip to content

Commit

Permalink
Fix log typo [ci fast]
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Jun 3, 2023
1 parent df85d44 commit f6e4b9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ class WaveClient {
final listener = new EventListener<ExecutionAttemptedEvent<T>>() {
@Override
void accept(ExecutionAttemptedEvent<T> event) throws Throwable {
log.debug("Azure TooManyRequests reponse error - attempt: ${event.attemptCount}", event.lastFailure)
log.debug("Wave connection failure - attempt: ${event.attemptCount}", event.lastFailure)
}
}
return RetryPolicy.<T>builder()
Expand Down

0 comments on commit f6e4b9b

Please sign in to comment.