diff --git a/collects/framework/private/color.ss b/collects/framework/private/color.ss index 8bf43338..2db5eea9 100644 --- a/collects/framework/private/color.ss +++ b/collects/framework/private/color.ss @@ -226,7 +226,7 @@ (break-enabled #t) (with-handlers ((not-break-exn? (lambda (exn) - (printf "~a~n" exn) + (printf "colorer thread: ~s\n" exn) (break-enabled #f) (semaphore-wait lock)))) (re-tokenize (open-input-text-editor this current-pos end-pos)