From 7fde4ad2cb5f4abafe4170d1c4498f9f50eeaf0e Mon Sep 17 00:00:00 2001 From: Anna Date: Mon, 13 Aug 2018 20:13:31 -0400 Subject: [PATCH] refactor: add another message --- src/main.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main.rs b/src/main.rs index b866df2..f600fff 100644 --- a/src/main.rs +++ b/src/main.rs @@ -122,6 +122,9 @@ fn handle(config: &Config, temp_dir: PathBuf, p: PathBuf) -> Result<()> { None => return Ok(()), }; + println!(); + println!("Handling `{}`.", file_name); + // execute the jobs in the pipeline let mut state = State::new(p, time, temp_dir); for job in &config.pipeline {