fix BuildLogger instantiation

This commit is contained in:
Remo Laubacher 2014-03-26 08:22:27 +01:00
parent 99f9a93ef4
commit 943cb7458a

View file

@ -121,7 +121,7 @@ class Builder implements LoggerAwareInterface
$pluginFactory = $this->buildPluginFactory($build);
$pluginFactory->addConfigFromFile(PHPCI_DIR . "/pluginconfig.php");
$this->pluginExecutor = new Plugin\Util\Executor($pluginFactory, $this);
$this->pluginExecutor = new Plugin\Util\Executor($pluginFactory, $this->buildLogger);
$this->commandExecutor = new CommandExecutor(
$this->buildLogger,