Skip to content

Commit 1b247eb

Browse files
committed
MCP-89: Move product batch size variable to environment
1 parent e378513 commit 1b247eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Indexer/Console/Command/IndexerReindexCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
118118
__('has been rebuilt successfully in %time', ['time' => gmdate('H:i:s', $resultTime)])
119119
);
120120
} catch (\Throwable $e) {
121-
$output->writeln('process unknown error:');
121+
$output->writeln('process error during indexation process:');
122122
$output->writeln($e->getMessage());
123123

124124
$output->writeln($e->getTraceAsString(), OutputInterface::VERBOSITY_DEBUG);

0 commit comments

Comments
 (0)