diff --git a/collects/net/tcp-redirect.ss b/collects/net/tcp-redirect.ss index c88828df94..717aa60e1c 100644 --- a/collects/net/tcp-redirect.ss +++ b/collects/net/tcp-redirect.ss @@ -92,9 +92,8 @@ port (lambda () (raise (make-exn:fail:network - (string->immutable-string - (format "tcp-connect: connection to ~a, port ~a failed (nobody is listening)" - hostname-string port)) + (format "tcp-connect: connection to ~a, port ~a failed (nobody is listening)" + hostname-string port) (current-continuation-marks)))))) (cons to-in to-out)) (values from-in from-out))