fixed dev output

This commit is contained in:
Chris
2020-01-12 13:38:27 +01:00
parent 6c556e921f
commit 6ec765024e
3 changed files with 8 additions and 8 deletions

View File

@@ -52,9 +52,9 @@ if(!in_array('p2',$argv))
foreach($controllers as $contr)
{
echo " [P1] Collecting list of items from ".get_class($contr)."..";
echo " [P1] Collecting list of items from ".get_class($contr)."..\n";
$controllerfiles = $contr->getItems(true);
echo " done. Got ".count($controllerfiles)." files\n";
echo "\n done. Got ".count($controllerfiles)." files\n";
if($controllerfiles)
foreach($controllerfiles as $cfile)
{