Skip to content

Commit be50ac4

Browse files
committed
reword warning
1 parent 1e565e3 commit be50ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/operator-binary/src/controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ fn build_metastore_rolegroup_statefulset(
833833
if property_name.is_empty() {
834834
warn!(
835835
property_name,
836-
"Received empty property_name for ENV... skipping"
836+
property_value, "The env variable had an empty name, skipping it "
837837
);
838838
continue;
839839
}

0 commit comments

Comments
 (0)