From 6bfef986d13506cbfe98b57667b4336b238a331e Mon Sep 17 00:00:00 2001 From: Kevin Tew Date: Thu, 21 Apr 2011 06:24:09 -0600 Subject: [PATCH] Match error messasge in places.c --- collects/racket/place.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/racket/place.rkt b/collects/racket/place.rkt index 1d57e3cb0c..eedaa88b9c 100644 --- a/collects/racket/place.rkt +++ b/collects/racket/place.rkt @@ -87,7 +87,7 @@ (apply make-prefab-struct key (map dcw (cdr (vector->list (struct->vector o)))))] - [else (raise-mismatch-error 'place-channel-send "cannot transmit a message containing " o)])) + [else (raise-mismatch-error 'place-channel-send "cannot transmit a message containing value: " o)])) (dcw x))