Skip to content

Commit

Permalink
Use tracing to show error
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Jun 19, 2023
1 parent d06aa1c commit 5bcdf5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/release_metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ pub(crate) async fn get_revision_count(
.wrap_err("Failed to retrieve RevCountQuery response from Github's GraphQL API")?;

if response_status != 200 {
eprintln!(
tracing::error!(
"Recieved error:\n\
{response_data:#?}\n\
"
Expand Down

0 comments on commit 5bcdf5d

Please sign in to comment.