1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-11-04 16:35:08 -05:00

* better messages

This commit is contained in:
Reinhard Pointner 2013-10-16 10:30:19 +00:00
parent f6e4f1bb8f
commit 492c5b31b3

View File

@ -1067,7 +1067,7 @@ public class CmdlineOperations implements CmdlineInterface {
outputFolder = new File(file.getParentFile(), outputFolder.getPath());
}
CLILogger.info(String.format("Read archive [%s] to [%s]", file.getName(), outputFolder));
CLILogger.info(String.format("Read archive [%s] and extract to [%s]", file.getName(), outputFolder));
final FileMapper outputMapper = new FileMapper(outputFolder, false);
final List<File> outputMapping = new ArrayList<File>();