Little output edit to prepare to some in-progress messages
This commit is contained in:
parent
9947987c20
commit
c630af8795
@ -218,10 +218,10 @@ class Processor
|
|||||||
++$current;
|
++$current;
|
||||||
printf("Converting '%s' (%d/%d):%s", $collectionName, $current, $count, PHP_EOL);
|
printf("Converting '%s' (%d/%d):%s", $collectionName, $current, $count, PHP_EOL);
|
||||||
foreach ($this->converters as $type => $exporter) {
|
foreach ($this->converters as $type => $exporter) {
|
||||||
printf(' > %s', strtolower($type));
|
printf('> %s%s', strtolower($type), PHP_EOL);
|
||||||
$outputPath = sprintf('%s%s%s', $this->outputPath, DIRECTORY_SEPARATOR, $collectionName);
|
$outputPath = sprintf('%s%s%s', $this->outputPath, DIRECTORY_SEPARATOR, $collectionName);
|
||||||
$exporter->convert($collection, $outputPath);
|
$exporter->convert($collection, $outputPath);
|
||||||
printf(' - OK: %s%s', $exporter->getOutputPath(), PHP_EOL);
|
printf(' OK: %s%s', $exporter->getOutputPath(), PHP_EOL);
|
||||||
}
|
}
|
||||||
print(PHP_EOL);
|
print(PHP_EOL);
|
||||||
++$success;
|
++$success;
|
||||||
|
Loading…
Reference in New Issue
Block a user