mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[SimpleSort] Full path is sometimes too long...
This commit is contained in:
@@ -347,7 +347,7 @@ namespace SabreTools
|
|||||||
bool success = true;
|
bool success = true;
|
||||||
|
|
||||||
// Get the full path of the input for movement purposes
|
// 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, ' '));
|
_logger.LogExact(statement.PadRight(79, ' '));
|
||||||
|
|
||||||
// Get if the file should be scanned internally and externally
|
// Get if the file should be scanned internally and externally
|
||||||
|
|||||||
Reference in New Issue
Block a user