Skip to content

Commit 4fe70fb

Browse files
committed
revert minor change
1 parent 443d802 commit 4fe70fb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • crates/stackable-operator/src/eos

crates/stackable-operator/src/eos/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@ impl EndOfSupportChecker {
174174

175175
tracing::warn!(
176176
eos.built.datetime = built_datetime,
177-
eos.build.age = %build_age,
177+
eos.build.age = build_age,
178178
"This operator version was built on {built_datetime} ({build_age} ago) and may have reached end-of-support. \
179-
Running unsupported versions may contain security vulnerabilities. \
180-
Please upgrade to a supported version as soon as possible."
179+
Running unsupported versions may contain security vulnerabilities. \
180+
Please upgrade to a supported version as soon as possible."
181181
);
182182
}
183183
}

0 commit comments

Comments
 (0)