Skip to content

Commit fa67887

Browse files
committed
fix: typo in logs
1 parent dad7b25 commit fa67887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mkdocs_rss_plugin/util.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,9 +554,9 @@ def get_image(self, in_page: Page, base_url: str) -> tuple[str, str, int] | None
554554
else:
555555
logger.debug(
556556
f"Social card: {img_local_path} still not exists. Trying to "
557-
f"retrieve length from remote image: {img_url}"
557+
f"retrieve length from remote image: {img_url}. "
558558
"Note that would work only if the social card image has been "
559-
"published before)."
559+
"already published before the build."
560560
)
561561
img_length = self.get_remote_image_length(image_url=img_url)
562562

0 commit comments

Comments
 (0)