Skip to content

Commit

Permalink
push.rs: fix log message
Browse files Browse the repository at this point in the history
  • Loading branch information
colemickens committed Feb 22, 2024
1 parent 26a955a commit 1ca0342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/push.rs
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ pub(crate) async fn push_new_release(

let tarball_put_response_status = tarball_put_response.status();
tracing::trace!(
status = tracing::field::display(release_metadata_post_response_status),
status = tracing::field::display(tarball_put_response_status),
"Got tarball PUT response"
);
if !tarball_put_response_status.is_success() {
Expand Down

0 comments on commit 1ca0342

Please sign in to comment.