[ArchiveTools] Add logging to GZ

This commit is contained in:
Matt Nadareski
2016-08-18 15:52:14 -07:00
parent 3f3f5a4786
commit 5487e61c82

View File

@@ -189,6 +189,8 @@ namespace SabreTools.Helper
}
else if (at == ArchiveType.GZip && gz != ArchiveScanLevel.External)
{
logger.Log("Found archive of type: " + at);
// Create the temp directory
Directory.CreateDirectory(tempdir);