Skip to content

Commit

Permalink
Update rust/operator-binary/src/spark_k8s_controller.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Nick <[email protected]>
  • Loading branch information
razvan and NickLarsenNZ committed Sep 16, 2024
1 parent 00ed783 commit 3a4ca93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/operator-binary/src/spark_k8s_controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ pub enum Error {
source: stackable_spark_k8s_crd::Error,
},

#[snafu(display("Failed to update status for application [{name}]"))]
#[snafu(display("Failed to update status for application {name:?}"))]
ApplySparkApplicationStatus {
source: stackable_operator::client::Error,
name: String,
Expand Down

0 comments on commit 3a4ca93

Please sign in to comment.