This commit is contained in:
Justin Dearing 2016-09-20 19:12:17 +00:00 committed by GitHub
commit 551b276e2a

View file

@ -78,9 +78,7 @@ abstract class BaseCommandExecutor implements CommandExecutor
$command = call_user_func_array('sprintf', $args);
$this->logger->logDebug($command);
if ($this->quiet) {
$this->logger->log('Executing: ' . $command);
}
$this->logger->log('Executing: ' . $command);
$status = 0;
$descriptorSpec = array(