mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-04 16:35:08 -05:00
* better messages
This commit is contained in:
parent
f6e4f1bb8f
commit
492c5b31b3
@ -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>();
|
||||
|
Loading…
Reference in New Issue
Block a user