Update codex-rs/core/src/codex.rs

Co-authored-by: Michael Bolin <mbolin@openai.com>
This commit is contained in:
aibrahim-oai
2025-07-17 19:52:15 -07:00
committed by GitHub
parent 3ef1f26ecc
commit 52d6655de9

View File

@@ -1032,7 +1032,7 @@ async fn run_turn(
let delay = backoff(retries);
warn!(
"stream disconnected - retrying turn ({retries}/{} in {delay:?})...",
max_retries
"stream disconnected - retrying turn ({retries}/{max_retries} in {delay:?})...",
);
// Surface retry information to any UI/frontend so the