added newlines to planet's log
This commit is contained in:
parent
64ba1f2fa4
commit
2d28276c47
|
@ -517,7 +517,10 @@ Various common pieces of code that both the client and server need to access
|
||||||
(close-input-port in)
|
(close-input-port in)
|
||||||
(when outport (close-output-port outport))]
|
(when outport (close-output-port outport))]
|
||||||
[else
|
[else
|
||||||
(when outport (display l outport))
|
(when outport
|
||||||
|
(display l outport)
|
||||||
|
(newline outport)
|
||||||
|
(flush-output outport))
|
||||||
(planet-log l)
|
(planet-log l)
|
||||||
(loop)]))))))
|
(loop)]))))))
|
||||||
(begin0
|
(begin0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user