Skip to content

Commit f6e4b9b

Browse files
committed
Fix log typo [ci fast]
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent df85d44 commit f6e4b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/nf-wave/src/main/io/seqera/wave/plugin/WaveClient.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ class WaveClient {
687687
final listener = new EventListener<ExecutionAttemptedEvent<T>>() {
688688
@Override
689689
void accept(ExecutionAttemptedEvent<T> event) throws Throwable {
690-
log.debug("Azure TooManyRequests reponse error - attempt: ${event.attemptCount}", event.lastFailure)
690+
log.debug("Wave connection failure - attempt: ${event.attemptCount}", event.lastFailure)
691691
}
692692
}
693693
return RetryPolicy.<T>builder()

0 commit comments

Comments
 (0)