Skip to content

Commit

Permalink
reword warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Nov 15, 2024
1 parent be50ac4 commit 2660bae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rust/operator-binary/src/controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,8 @@ fn build_metastore_rolegroup_statefulset(
if property_name.is_empty() {
warn!(
property_name,
property_value, "The env variable had an empty name, skipping it "
property_value,
"The env variable had an empty name, not adding it to the container"
);
continue;
}
Expand Down

0 comments on commit 2660bae

Please sign in to comment.