mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Wire up source for logging where possible
This commit is contained in:
@@ -63,7 +63,7 @@ namespace SabreTools.Library.FileTypes
|
||||
return archive;
|
||||
|
||||
// Create the archive based on the type
|
||||
logger.Verbose($"Found archive of type: {at}");
|
||||
staticLogger.Verbose($"Found archive of type: {at}");
|
||||
switch (at)
|
||||
{
|
||||
case FileType.GZipArchive:
|
||||
|
||||
Reference in New Issue
Block a user