fix BuildLogger instantiation

This commit is contained in:
Remo Laubacher 2014-03-26 08:22:27 +01:00
parent 2fe80bdd00
commit 5892fcb26e

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,