Need the #:exists keyword here.

svn: r11704
This commit is contained in:
Stevie Strickland 2008-09-12 22:43:58 +00:00
parent 3c2cb93f74
commit f7cd4784de

View File

@ -74,5 +74,5 @@
(current-error-port
(make-logger-port
(and (get-conf 'log-output) (current-output-port))
(cond [(get-conf 'log-file) => (lambda (f) (open-output-file f 'append))]
(cond [(get-conf 'log-file) => (lambda (f) (open-output-file f #:exists 'append))]
[else #f]))))