be more verbose when exiting

master
rasul 5 years ago
parent 0fe0a164cb
commit a158607007

@ -220,8 +220,8 @@ fn run() -> SupResult<()> {
}
info!("shutting down");
for mut proc in procs {
info!("stopping {}", &proc.app.name);
let _ = proc.child.kill();
}

Loading…
Cancel
Save