From fa678873041900dc84ee082e7e8e498eddfbe7ae Mon Sep 17 00:00:00 2001 From: GeoJulien Date: Mon, 10 Jun 2024 22:52:43 +0200 Subject: [PATCH] fix: typo in logs --- mkdocs_rss_plugin/util.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs_rss_plugin/util.py b/mkdocs_rss_plugin/util.py index 07d4586..6e56ade 100644 --- a/mkdocs_rss_plugin/util.py +++ b/mkdocs_rss_plugin/util.py @@ -554,9 +554,9 @@ def get_image(self, in_page: Page, base_url: str) -> tuple[str, str, int] | None else: logger.debug( f"Social card: {img_local_path} still not exists. Trying to " - f"retrieve length from remote image: {img_url}" + f"retrieve length from remote image: {img_url}. " "Note that would work only if the social card image has been " - "published before)." + "already published before the build." ) img_length = self.get_remote_image_length(image_url=img_url)