diff --git a/src/run.rs b/src/run.rs index 1912ce1..f4c3183 100644 --- a/src/run.rs +++ b/src/run.rs @@ -42,6 +42,8 @@ fn restart_app(proc: Proc) -> Result { let app = proc.app.clone(); let name = proc.app.name.clone(); + info!("[{}] restarting", name.yellow()); + match Proc::start(app) { Ok(p) => Ok(p), Err(e) => {