Skip to content

Commit

Permalink
chore: unify error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Nov 21, 2024
1 parent b1e3e6c commit 79ed045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rs-dapi-client/src/dapi_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ impl DapiRequestExecutor for DapiClient {
} else {
tracing::debug!(
?error,
"server returned error, most likely the request is invalid"
"received server error, most likely the request is invalid"
);
}
}
Expand Down

0 comments on commit 79ed045

Please sign in to comment.