only show the compiling messages when PLTDRCM is trace
original commit: 3424e1b1df543c6a7f27640734d6fdf6ff71b4ff
This commit is contained in:
parent
ba3e1697fb
commit
7e7a86c3ce
|
@ -220,7 +220,9 @@
|
|||
(equal? (getenv "PLTDRDEBUG") "trace"))
|
||||
(printf "PLTDRCM/PLTDRDEBUG: reinstalling CM trace handler after setting splash load handler\n")
|
||||
(manager-trace-handler
|
||||
(λ (x) (display "2: ") (display x) (newline))))))
|
||||
(λ (x)
|
||||
(when (regexp-match #rx"compiling" x)
|
||||
(display "2: ") (display x) (newline)))))))
|
||||
|
||||
(define funny-gauge%
|
||||
(class canvas%
|
||||
|
|
Loading…
Reference in New Issue
Block a user