Skip to content

Commit a6f6fca

Browse files
Update analytics/src/main/java/com/segment/analytics/internal/AnalyticsClient.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b8016a4 commit a6f6fca

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

analytics/src/main/java/com/segment/analytics/internal/AnalyticsClient.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -500,9 +500,9 @@ UploadResult upload(int attempt) {
500500
}
501501
client.log.print(
502502
DEBUG,
503-
"Status %s did not have a valid Retry-After header.",
504-
batch.sequence(),
505-
status);
503+
"Status %s did not have a valid Retry-After header for batch %s.",
504+
status,
505+
batch.sequence());
506506
}
507507

508508
if (isStatusRetryWithBackoff(status)) {

0 commit comments

Comments
 (0)