Need the #:exists keyword here.
svn: r11704
This commit is contained in:
parent
3c2cb93f74
commit
f7cd4784de
|
@ -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]))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user