From a08f825f72551c20dae91498414713bfdd5bcf6e Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Wed, 12 Nov 2003 13:39:06 +0000 Subject: [PATCH] .. original commit: 60f356bdf180358c81ff022ab7c565cf6305cebc --- collects/framework/private/color.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)