HelperPdfStripperWrapper

This commit is contained in:
2023-09-07 10:52:12 -07:00
parent 71062e4b69
commit a109115d02
4 changed files with 182 additions and 2 deletions

View File

@ -86,7 +86,7 @@ internal static class HelperFindReplace
{
string[] files = Directory.GetFiles(args[0], "tnsNames.ora", SearchOption.AllDirectories);
if (files.Length == 0)
log.LogInformation("Count == {count}", findReplace.Count);
log.LogInformation("Length == {length}", files.Length);
else
FindReplace(log, files, findReplace);
}