mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Silence 7zip spam
This commit is contained in:
parent
92f5618066
commit
28c0224af5
@ -321,7 +321,7 @@ public class FileExtractor
|
||||
process.Arguments = new object[] {"x", "-bsp1", "-y", $"-o\"{dest}\"", source, "-mmt=off"};
|
||||
}
|
||||
|
||||
_logger.LogInformation("{prog} {args}", process.Path, process.Arguments);
|
||||
_logger.LogTrace("{prog} {args}", process.Path, process.Arguments);
|
||||
|
||||
var totalSize = source.Size();
|
||||
var lastPercent = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user