]> gitweb.factorcode.org Git - factor.git/commitdiff
irc.logbot: Use <file-appender> instead of <file-writter>
authorBruno Deferrari <utizoc@gmail.com>
Fri, 17 Apr 2009 00:33:21 +0000 (21:33 -0300)
committerBruno Deferrari <utizoc@gmail.com>
Fri, 17 Apr 2009 00:33:21 +0000 (21:33 -0300)
extra/irc/logbot/logbot.factor

index 2bf88568f8a4a614bf8074b5248dd9a3645c34bd..ff8085a9a9c5dc99a1191916056c346c3c0cf8cb 100644 (file)
@@ -27,7 +27,7 @@ SYMBOL: current-stream
     ] [
         current-stream get [ dispose ] when*
         [ day-of-year current-day set ]
-        [ timestamp-path latin1 <file-writer> ] bi
+        [ timestamp-path latin1 <file-appender> ] bi
         current-stream set
     ] if current-stream get ;