Loading core/modules/media/src/Plugin/media/Source/OEmbed.php +3 −1 Original line number Diff line number Diff line Loading @@ -447,7 +447,9 @@ protected function getLocalThumbnailUri(Resource $resource) { } } catch (TransferException $e) { $this->logger->warning($e->getMessage()); $this->logger->warning('Failed to download remote thumbnail file due to "%error".', [ '%error' => $e->getMessage(), ]); } catch (FileException $e) { $this->logger->warning('Could not download remote thumbnail from {url}.', [ Loading Loading
core/modules/media/src/Plugin/media/Source/OEmbed.php +3 −1 Original line number Diff line number Diff line Loading @@ -447,7 +447,9 @@ protected function getLocalThumbnailUri(Resource $resource) { } } catch (TransferException $e) { $this->logger->warning($e->getMessage()); $this->logger->warning('Failed to download remote thumbnail file due to "%error".', [ '%error' => $e->getMessage(), ]); } catch (FileException $e) { $this->logger->warning('Could not download remote thumbnail from {url}.', [ Loading