diff --git a/src/Commands/AcquiaCommand.php b/src/Commands/AcquiaCommand.php index 63cfcfa..a51a210 100644 --- a/src/Commands/AcquiaCommand.php +++ b/src/Commands/AcquiaCommand.php @@ -186,7 +186,7 @@ protected function waitForNotification($response) $notification = $notificationAdapter->get($notificationUuid); - $progress->setMessage('Notification ' . $notification->status); + $progress->setMessage(sprintf('Notification %s: %s', $notification->uuid, $notification->status)); switch ($notification->status) { case self::TASKFAILED: // If there's one failure we should throw an exception