fix double-printing of square brackets in plugin logs

This commit is contained in:
ppom 2026-02-06 12:00:00 +01:00
commit 715d149cd6
No known key found for this signature in database

View file

@ -410,7 +410,7 @@ fn exec_now(
match action_impl {
Some(action_impl) => {
info!(
"{action}: run {} [{:?}]",
"{action}: run {} {:?}",
action.action_type.clone().unwrap_or_default(),
&m,
);