X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Fsrc%2FBoot%2FBootstrapManager.php;fp=vendor%2Fdrush%2Fdrush%2Fsrc%2FBoot%2FBootstrapManager.php;h=31e08323ee1a61b83b58fa1888eccd5202ea07ba;hp=b24fd2f492667c0dc3743a5aa5c8dba0cb51077a;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/vendor/drush/drush/src/Boot/BootstrapManager.php b/vendor/drush/drush/src/Boot/BootstrapManager.php index b24fd2f49..31e08323e 100644 --- a/vendor/drush/drush/src/Boot/BootstrapManager.php +++ b/vendor/drush/drush/src/Boot/BootstrapManager.php @@ -394,7 +394,7 @@ class BootstrapManager implements LoggerAwareInterface, AutoloaderAwareInterface */ public function bootstrapToPhase($bootstrapPhase, AnnotationData $annotationData = null) { - $this->logger->log(LogLevel::BOOTSTRAP, 'Bootstrap to {phase}', ['phase' => $bootstrapPhase]); + $this->logger->log(LogLevel::BOOTSTRAP, 'Starting bootstrap to {phase}', ['phase' => $bootstrapPhase]); $phase = $this->bootstrap()->lookUpPhaseIndex($bootstrapPhase); if (!isset($phase)) { throw new \Exception(dt('Bootstrap phase !phase unknown.', ['!phase' => $bootstrapPhase]));