diff --git a/SimpleSort/SimpleSort.cs b/SimpleSort/SimpleSort.cs index 605aa5ae..d4f3fc3c 100644 --- a/SimpleSort/SimpleSort.cs +++ b/SimpleSort/SimpleSort.cs @@ -347,7 +347,7 @@ namespace SabreTools bool success = true; // Get the full path of the input for movement purposes - string statement = "\r" + (100 * index / total) + "% - " + input; + string statement = "\r" + (100 * index / total) + "% - " + Path.GetFileName(input); _logger.LogExact(statement.PadRight(79, ' ')); // Get if the file should be scanned internally and externally