Housekeeping for 7163f91

This commit is contained in:
Peter Taoussanis 2015-06-26 12:50:54 +07:00
parent 7163f91fbd
commit 03b9ab5c08
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
(try
(when (> (.length log) max-size)
(rotate-logs path backlog))
(spit path (with-out-str (println output-str)) :append true)
(spit path (str (output-fn data) "\n") :append true)
(catch java.io.IOException _)))))})
;;;; Deprecated