Skip to content

Commit c0b262a

Browse files
build error
1 parent e54e88b commit c0b262a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/s3_auto_ranged_get.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,8 @@ static bool s_s3_auto_ranged_get_update(
288288
}
289289
AWS_LOGF_INFO(
290290
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
291+
"id=%p: Doing a ranged get to discover the size of the object and get the first part",
292+
(void *)meta_request
293293
);
294294

295295
request = aws_s3_request_new(

0 commit comments

Comments
 (0)