fix misuse of trace-printf

This commit is contained in:
Matthew Butterick 2016-12-19 10:29:14 -08:00 committed by Matthew Flatt
parent 3b6eda5f7d
commit 3e4a0353cf

View File

@ -573,7 +573,7 @@
(when ok-to-compile?
(log-compile-event path 'start-compile)
(when zo-exists? (try-delete-file zo-name #f))
(trace-printf (format "compiling ~a" actual-path))
(trace-printf "compiling ~a" actual-path)
(parameterize ([depth (+ (depth) 1)])
(with-handlers
([exn:get-module-code?