mirror of
https://framagit.org/ppom/reaction
synced 2026-03-14 12:45:47 +01:00
Add debug on start/stop commands
This commit is contained in:
parent
58f4793308
commit
f4b5ed20ab
1 changed files with 1 additions and 0 deletions
|
|
@ -352,6 +352,7 @@ mod jsonnet {
|
|||
}
|
||||
|
||||
fn run_commands(commands: &Vec<Vec<String>>, moment: &str) -> bool {
|
||||
debug!("Running {moment} commands...");
|
||||
let mut ok = true;
|
||||
for command in commands {
|
||||
info!("{} command: run {:?}\n", moment, command);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue