diff --git a/docroot/profiles/sdss/sdss_profile/src/Plugin/InstallTask/SiteSettings.php b/docroot/profiles/sdss/sdss_profile/src/Plugin/InstallTask/SiteSettings.php index add14d882..8552b585b 100644 --- a/docroot/profiles/sdss/sdss_profile/src/Plugin/InstallTask/SiteSettings.php +++ b/docroot/profiles/sdss/sdss_profile/src/Plugin/InstallTask/SiteSettings.php @@ -216,13 +216,13 @@ protected function getSnowData($site_name) { return reset($response['result'][0]); } catch (GuzzleException $e) { - $this->logger->alert($this->t('Unable to fetch SNOW data for %site. Message: %message'), [ + $this->logger->alert('Unable to fetch SNOW data for %site. Message: %message', [ '%site' => $site_name, '%message' => $e->getMessage(), ]); } catch (\Exception $e) { - $this->logger->alert($this->t('Unable to fetch SNOW data for %site. Message: %message'), [ + $this->logger->alert('Unable to fetch SNOW data for %site. Message: %message', [ '%site' => $site_name, '%message' => $e->getMessage(), ]);