* better messages

This commit is contained in:
Reinhard Pointner 2013-10-16 10:30:19 +00:00
parent f6e4f1bb8f
commit 492c5b31b3
1 changed files with 1 additions and 1 deletions

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>();