1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 08:18:52 -05:00

From => from

This commit is contained in:
Reinhard Pointner 2017-04-05 16:42:37 +08:00
parent 54cec6f9f8
commit 1f47b7db54

View File

@ -612,7 +612,7 @@ public class CmdlineOperations implements CmdlineInterface {
// rename file, throw exception on failure
if (!destination.equals(source) && !destination.exists()) {
log.info(format("[%s] From [%s] to [%s]", renameAction, source, destination));
log.info(format("[%s] from [%s] to [%s]", renameAction, source, destination));
destination = renameAction.rename(source, destination);
// remember successfully renamed matches for history entry and possible revert