Skip to content

Commit 3d068f4

Browse files
authored
Adjust symlink log message (#259)
1 parent a6c458d commit 3d068f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build_docs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@ def symlink(
12291229
http: urllib3.PoolManager,
12301230
) -> None:
12311231
"""Used by major_symlinks and dev_symlink to maintain symlinks."""
1232-
msg = "Creating symlink from %s to %s"
1232+
msg = "Creating symlink from /%s/ to /%s/"
12331233
if language_tag == "en": # English is rooted on /, no /en/
12341234
path = www_root
12351235
logging.debug(msg, name, directory)

0 commit comments

Comments
 (0)