Skip to content

Commit 79ed045

Browse files
committed
chore: unify error msg
1 parent b1e3e6c commit 79ed045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rs-dapi-client/src/dapi_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ impl DapiRequestExecutor for DapiClient {
250250
} else {
251251
tracing::debug!(
252252
?error,
253-
"server returned error, most likely the request is invalid"
253+
"received server error, most likely the request is invalid"
254254
);
255255
}
256256
}

0 commit comments

Comments
 (0)