Skip to content

Commit d12e2c6

Browse files
committed
Print warning messages to stderr
So that jq doesn't receive it as its input Issue: https://progress.opensuse.org/issues/163769
1 parent 1115a2c commit d12e2c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ exp_retry() {
7676
return 1
7777
fi
7878
wait_sec=$((2 ** exponent))
79-
echo "Waiting ${wait_sec}s until retry #${stop_exponent}"
79+
warn "Waiting ${wait_sec}s until retry #${stop_exponent}"
8080
sleep "$wait_sec"
8181
}
8282

0 commit comments

Comments
 (0)