X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Fsrc%2FBoot%2FBootstrapManager.php;h=31e08323ee1a61b83b58fa1888eccd5202ea07ba;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=b24fd2f492667c0dc3743a5aa5c8dba0cb51077a;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website 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]));