diff --git a/src/fsutil.rs b/src/fsutil.rs index ce2a959..6c1e2fd 100644 --- a/src/fsutil.rs +++ b/src/fsutil.rs @@ -10,10 +10,9 @@ pub fn get_all_files(v: &mut Vec, exclude: &[PathBuf], follow_links: bool, gitignore: &Option) { - debugln!("executing; get_all_files; path={:?}; exclude={:?}; all={:?}", + debugln!("executing; get_all_files; path={:?}; exclude={:?}", path, - exclude, - all); + exclude); if exclude.contains(path) { return; }