From => from
This commit is contained in:
parent
54cec6f9f8
commit
1f47b7db54
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue