diff --git a/dd-trace-ot/src/main/java/datadog/trace/common/writer/DDApi.java b/dd-trace-ot/src/main/java/datadog/trace/common/writer/DDApi.java index 951344c0c8..5c42284f5f 100644 --- a/dd-trace-ot/src/main/java/datadog/trace/common/writer/DDApi.java +++ b/dd-trace-ot/src/main/java/datadog/trace/common/writer/DDApi.java @@ -159,7 +159,7 @@ public class DDApi { } else if (nextAllowedLogTime < System.currentTimeMillis()) { nextAllowedLogTime = System.currentTimeMillis() + MILLISECONDS_BETWEEN_ERROR_LOG; log.warn( - "Error while sending {} of {} traces to the DD agent. Status: {} (going silent for {} seconds)", + "Error while sending {} of {} traces to the DD agent. Status: {} (going silent for {} minutes)", traces.size(), representativeCount, response.code(),