--- 0001-Issue-2952220-by-fgm-convert-to-Drush-9.patch 2018-03-13 08:01:54.000000000 +0100 +++ 0001-Issue-2952220-by-fgm-convert-to-Drush-9.patch.1 2018-03-12 14:14:29.000000000 +0100 @@ -1,6 +1,6 @@ -From 1436cfacfd5d178646a924b0333efb836b6d1d52 Mon Sep 17 00:00:00 2001 +From f40439cd02c3bc4a8d5f402e8c13259b82699d0e Mon Sep 17 00:00:00 2001 From: "Frederic G. MARAND" -Date: Tue, 13 Mar 2018 08:01:42 +0100 +Date: Mon, 12 Mar 2018 14:12:29 +0100 Subject: [PATCH] Issue #2952220 by fgm: convert to Drush 9. - maintain support for Drush 8. @@ -50,7 +50,7 @@ } diff --git a/src/Commands/BrightcoveCommands.php b/src/Commands/BrightcoveCommands.php new file mode 100644 -index 0000000..392df09 +index 0000000..74c5c25 --- /dev/null +++ b/src/Commands/BrightcoveCommands.php @@ -0,0 +1,44 @@ @@ -94,7 +94,7 @@ + $this->output()->writeln('Initiating Brightcove-to-Drupal sync...'); + BrightcoveUtil::runStatusQueues('sync', $this->queueFactory); + drush_backend_batch_process(); -+ $this->logger()->notice('Sync complete.'); ++ $this->output()->writeln('Sync complete.'); + } + +}