Add more debug! to untar

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-06-11 16:13:33 +10:00
parent ac22db5e79
commit 868f6c2759
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -44,6 +44,8 @@ fn untar<Filter: FnMut(&Path) -> bool>(
tar.unpack(path)?;
}
debug!("Untaring completed");
Ok(())
}