From => from

This commit is contained in:
Reinhard Pointner 2017-04-05 16:42:37 +08:00
parent 54cec6f9f8
commit 1f47b7db54
1 changed files with 1 additions and 1 deletions

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