Browse Source

Ajout de message info dans la commande refresh-embeds

bastien 13 years ago
parent
commit
042e0f4c8f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Muzich/CoreBundle/Command/RefreshEmbedsCommand.php

+ 1 - 0
src/Muzich/CoreBundle/Command/RefreshEmbedsCommand.php View File

@@ -42,6 +42,7 @@ class RefreshEmbedsCommand extends ContainerAwareCommand
42 42
     
43 43
     foreach ($elements as $element)
44 44
     {
45
+      $output->writeln('<info>Prise en charge de "'.$element->getUrl().'" ...</info>');
45 46
       $factory = new ElementManager($element, $em, $this->getContainer());
46 47
       $factory->proceedExtraFields();
47 48
       $em->persist($element);