From 715d149cd618fd79dc2bcb6c87e702aec3bdf7ee Mon Sep 17 00:00:00 2001 From: ppom Date: Fri, 6 Feb 2026 12:00:00 +0100 Subject: [PATCH] fix double-printing of square brackets in plugin logs --- src/daemon/filter/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon/filter/mod.rs b/src/daemon/filter/mod.rs index 332b650..a18b401 100644 --- a/src/daemon/filter/mod.rs +++ b/src/daemon/filter/mod.rs @@ -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, );