Skip to content

Commit

Permalink
fix: typo in error status
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanrfrazier committed Mar 2, 2023
1 parent be50606 commit 681e558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sparrow-main/src/serve/error_status.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ fn report(code: tonic::Code, message: &str, error: &dyn std::fmt::Debug) {
}
_ => {
// Other codes are treated as errors.
error!("Returinng status code {code:?} with message {message}:\n{error:?}")
error!("Returning status code {code:?} with message {message}:\n{error:?}")
}
}
}
Expand Down

0 comments on commit 681e558

Please sign in to comment.