Works like a charm. Now the errors are clearly mine. Aargh!

On Thu, May 19, 2011 at 5:52 PM, Robby Findler
<ro...@eecs.northwestern.edu>wrote:

> I've pushed a fix for the next release. In the meantime, here's a diff
> that should do the same for you.
>
> Thanks,
> Robby
>
> diff --git a/collects/planet/private/planet-shared.rkt
> b/collects/planet/private/planet-shared.rkt
> index 1b0e5add..5d3e3f2 100644
> --- a/collects/planet/private/planet-shared.rkt
> +++ b/collects/planet/private/planet-shared.rkt
> @@ -521,7 +521,7 @@ Various common pieces of code that both the client
> and server need to access
>                     (display l outport)
>                     (newline outport)
>                     (flush-output outport))
> -                  (planet-log l)
> +                  (planet-log "~a" l)
>                   (loop)]))))))
>       (begin0
>         (parameterize ([current-output-port out])
>
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to