src/Pure/Thy/presentation.scala
changeset 72663 e9030100f97d
parent 72654 99a6bcd1e8e4
child 72665 7e5102e11c5e
--- a/src/Pure/Thy/presentation.scala	Thu Nov 19 21:12:35 2020 +0100
+++ b/src/Pure/Thy/presentation.scala	Thu Nov 19 21:23:12 2020 +0100
@@ -511,7 +511,7 @@
     for (dir <- doc_output; (doc, pdf) <- documents) {
       val path = dir + doc.path.pdf
       Bytes.write(path, pdf)
-      progress.echo_document(path)
+      progress.echo_document("Document at " + path.absolute)
     }
 
     documents