diff --git a/pesto/src/pasta.rs b/pesto/src/pasta.rs index fc83b74..fa0a1af 100644 --- a/pesto/src/pasta.rs +++ b/pesto/src/pasta.rs @@ -165,7 +165,7 @@ impl<'a> Files for Pasta { } }, Err(e) => { - println!("Could not read input file: {}", e.to_string()); + println!("Could not read input file: {:?} {}", path, e.to_string()); exit(1); } }