feature/cierres #25

Open
aldarien wants to merge 458 commits from feature/cierres into develop
236 changed files with 746 additions and 8431 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(); $diff = $nextMinute->getTimestamp() - $start->getTimestamp();
if ($diff > 0) { if ($diff > 0) {
$output->writeln("Waiting {$diff} seconds..."); $this->logger->debug("Waiting {$diff} seconds...");
sleep($diff); sleep($diff);
} }
} }