refactor: add another message

This commit is contained in:
Kyle Clemens 2018-08-13 20:13:31 -04:00
parent 984358a633
commit cbc965fb5f
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0

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 {