fix error message

Closes PR 13166
This commit is contained in:
Matthew Flatt 2012-10-05 19:43:06 -06:00
parent 6a1f50226e
commit 6edcc4b20f

View File

@ -3397,7 +3397,6 @@ Scheme_Object *scheme_apply_chaperone(Scheme_Object *o, int argc, Scheme_Object
" wrapper: %V\n"
" received: %V",
what,
what,
SCHEME_CAR(px->redirects),
post);