added newlines to planet's log

This commit is contained in:
Robby Findler 2011-04-28 07:34:03 -05:00
parent 64ba1f2fa4
commit 2d28276c47

View File

@ -517,7 +517,10 @@ Various common pieces of code that both the client and server need to access
(close-input-port in)
(when outport (close-output-port outport))]
[else
(when outport (display l outport))
(when outport
(display l outport)
(newline outport)
(flush-output outport))
(planet-log l)
(loop)]))))))
(begin0