summaryrefslogtreecommitdiff
path: root/panfry
diff options
context:
space:
mode:
Diffstat (limited to 'panfry')
-rwxr-xr-xpanfry/document.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/panfry/document.py b/panfry/document.py
index e6e35c8..e03aca1 100755
--- a/panfry/document.py
+++ b/panfry/document.py
@@ -294,7 +294,7 @@ class Document:
if self.standalone and not 'index.html' in htmlfiles:
src = os.path.join(self.pages[0].htmlfile)
ref = os.path.join(pub_path, 'index.html')
- print("Linking %s to %s", (ref, src))
+ print("Linking %s to %s" % (ref, src))
if os.path.exists(ref):
os.remove(ref)
os.symlink(src, ref)