refactor: add another message

This commit is contained in:
Anna 2018-08-13 20:13:31 -04:00
parent e3e734c39e
commit 7fde4ad2cb
1 changed files with 3 additions and 0 deletions

View File

@ -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 {