add another printf for drdr's consumption

This commit is contained in:
Robby Findler 2011-11-25 17:54:56 -06:00
parent ca457b0052
commit e942bb1c3a

View File

@ -470,6 +470,8 @@ added get-regions
(with-handlers ((exn:fail?
(λ (exn)
(parameterize ((print-struct #t))
(when (getenv "PLTDRDRTEST")
(printf "colorer-driver: error ~a\n" (and (exn? exn) (exn-message exn))))
((error-display-handler)
(format "exception in colorer thread: ~s" exn)
exn))