[SimpleSort] Full path is sometimes too long...

This commit is contained in:
Matt Nadareski
2016-06-26 21:02:46 -07:00
parent 253146476d
commit 462f03f52e

View File

@@ -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