Skip to content

Commit 983cf01

Browse files
[mq] working branch - merge a5f62e4 on top of main at c9ff30b
{"baseBranch":"main","baseCommit":"c9ff30b24f94447ead139f64066ffae9f095ebb3","createdAt":"2025-12-11T16:55:15.881989Z","headSha":"a5f62e4891b04ea7a1fc43c0a019b3959f567961","id":"1787ed1b-0924-455e-b56f-58e68c1f144b","priority":"200","pullRequestNumber":"1392","queuedAt":"2025-12-11T17:20:46.400053Z","status":"STATUS_QUEUED"}
2 parents 5561975 + a5f62e4 commit 983cf01

File tree

1 file changed

+1
-1
lines changed
  • libdd-trace-utils/src/send_with_retry

1 file changed

+1
-1
lines changed

libdd-trace-utils/src/send_with_retry/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ pub async fn send_with_retry<C: Connect>(
195195
}
196196
Err(e) => {
197197
debug!(
198-
error = %e,
198+
error = ?e,
199199
attempt = request_attempt,
200200
max_retries = retry_strategy.max_retries(),
201201
"Request failed with error"

0 commit comments

Comments
 (0)