diff --git a/src/Skobkin/Bundle/PointToolsBundle/Command/UpdateSubscriptionsCommand.php b/src/Skobkin/Bundle/PointToolsBundle/Command/UpdateSubscriptionsCommand.php index 0f9ff8c..746a1c3 100644 --- a/src/Skobkin/Bundle/PointToolsBundle/Command/UpdateSubscriptionsCommand.php +++ b/src/Skobkin/Bundle/PointToolsBundle/Command/UpdateSubscriptionsCommand.php @@ -179,6 +179,8 @@ class UpdateSubscriptionsCommand extends ContainerAwareCommand foreach ($users as $user) { usleep($this->apiDelay); + $this->progress->advance(); + $this->logger->info('Processing @'.$user->getLogin()); try { @@ -215,8 +217,6 @@ class UpdateSubscriptionsCommand extends ContainerAwareCommand ] ); } - - $this->progress->advance(); } }