mirror of
https://framagit.org/ppom/reaction
synced 2026-03-14 12:45:47 +01:00
fix double-printing of square brackets in plugin logs
This commit is contained in:
parent
79ec6d279f
commit
516e6956ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue