Skip to content

Commit

Permalink
Change s3 request debug format string
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and mattjala committed Jun 16, 2023
1 parent 0e83ab9 commit 3c84025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5FDs3comms.c
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,7 @@ H5FD_s3comms_s3r_read(s3r_t *handle, haddr_t offset, size_t len, void *dest)
}

#if S3COMMS_DEBUG
HDfprintf(stderr, "%s: Bytes %ld - %ld, Request Size: %ld\n", handle->httpverb, offset, offset + len, len);
HDfprintf(stderr, "%s: Bytes %" PRIuHADDR " - %" PRIuHADDR ", Request Size: %zu\n", handle->httpverb, offset, offset + len, len);
#endif

/*******************
Expand Down

0 comments on commit 3c84025

Please sign in to comment.