Skip to content

Commit

Permalink
fix errant print
Browse files Browse the repository at this point in the history
  • Loading branch information
benartuso committed Sep 28, 2023
1 parent b160b2e commit 29c4761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/src/api/remote/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ fn parse_status_and_message(
)))
}
http::STATUS_ERROR => {
log::debug!("Status error: {status}", response.desc_or_msg);
log::debug!("Status error: {status}");
if let Some(msg) = response_msg_override {
if let Some(response_type) = response_type {
if response.desc_or_msg() == response_type {
Expand Down

0 comments on commit 29c4761

Please sign in to comment.