Add back "written" log statements

This commit is contained in:
Matt Nadareski
2023-07-31 11:33:03 -04:00
parent 74631d1f87
commit dfc3fba032
9 changed files with 12 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ namespace SabreTools.DatFiles.Formats
return false;
}
logger.User($"'{outfile}' written!{Environment.NewLine}");
return true;
}