mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[ArchiveTools] Add logging to GZ
This commit is contained in:
@@ -189,6 +189,8 @@ namespace SabreTools.Helper
|
|||||||
}
|
}
|
||||||
else if (at == ArchiveType.GZip && gz != ArchiveScanLevel.External)
|
else if (at == ArchiveType.GZip && gz != ArchiveScanLevel.External)
|
||||||
{
|
{
|
||||||
|
logger.Log("Found archive of type: " + at);
|
||||||
|
|
||||||
// Create the temp directory
|
// Create the temp directory
|
||||||
Directory.CreateDirectory(tempdir);
|
Directory.CreateDirectory(tempdir);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user