fn report_hash_difference(
    orig: &HashMap<PathBuf, u64>,
    after: &HashMap<PathBuf, u64>
) -> String