diff --git a/src/proc.rs b/src/proc.rs index cc76a0c..1804185 100644 --- a/src/proc.rs +++ b/src/proc.rs @@ -10,7 +10,7 @@ pub struct Proc { } impl Proc { - pub fn start(app: App) -> Result { + pub fn start(app: App) -> Result { info!("starting application {}", &app.name); let mut command = Command::new(&app.command);