From 1ed63e09321c3fb10f1d6afd7f7cf285d7b7bbbf Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Thu, 27 Aug 2015 14:54:11 -0700 Subject: [PATCH] make "rendering ..." message consistently formatted --- render.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render.rkt b/render.rkt index 9f95c81..206fccb 100644 --- a/render.rkt +++ b/render.rkt @@ -135,7 +135,7 @@ (list render-null-source render-preproc-source render-markup-or-markdown-source render-scribble-source render-markup-or-markdown-source render-preproc-source))] [else (error (format "render: no rendering function found for ~a" source-path))])) - (message (format "render: ~a" (file-name-from-path source-path))) + (message (format "rendering: /~a" (find-relative-path (world:current-project-root) source-path))) (define render-result (apply render-proc (cons source-path (if template-path (list template-path) null)))) ;; wait till last possible moment to store mod dates, because render-proc may also trigger its own subrenders ;; e.g., of a template.