feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
220 changed files with 725 additions and 7382 deletions
Showing only changes of commit d536342425 - Show all commits

View File

@ -50,7 +50,7 @@ class BaseLoop extends Console\Command\Command
]);
$diff = $nextMinute->getTimestamp() - $start->getTimestamp();
if ($diff > 0) {
$output->writeln("Waiting {$diff} seconds...");
$this->logger->debug("Waiting {$diff} seconds...");
sleep($diff);
}
}