We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54e88b commit c0b262aCopy full SHA for c0b262a
source/s3_auto_ranged_get.c
@@ -288,8 +288,8 @@ static bool s_s3_auto_ranged_get_update(
288
}
289
AWS_LOGF_INFO(
290
AWS_LS_S3_META_REQUEST,
291
- "id=%p: Doing a ranged get to discover the size of the object and get the first part %zu %zu",
292
- (void *)meta_request, part_range_start, first_part_size
+ "id=%p: Doing a ranged get to discover the size of the object and get the first part",
+ (void *)meta_request
293
);
294
295
request = aws_s3_request_new(
0 commit comments