mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[SimpleSort] No log is disconcerting
This commit is contained in:
@@ -447,6 +447,7 @@ namespace SabreTools
|
|||||||
string newinput = ArchiveTools.ExtractSingleItemFromArchive(input, rom.Name, _tempdir, _logger);
|
string newinput = ArchiveTools.ExtractSingleItemFromArchive(input, rom.Name, _tempdir, _logger);
|
||||||
if (newinput != null && File.Exists(newinput))
|
if (newinput != null && File.Exists(newinput))
|
||||||
{
|
{
|
||||||
|
_logger.User("Rebuilding file '" + Path.GetFileName(rom.Name) + "' to '" + found.Name + "'");
|
||||||
ArchiveTools.WriteToArchive(newinput, _outdir, found);
|
ArchiveTools.WriteToArchive(newinput, _outdir, found);
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user