Skip to content

Commit

Permalink
fix unknown :log-stream error
Browse files Browse the repository at this point in the history
  • Loading branch information
vindarel committed Nov 29, 2017
1 parent c08950f commit 37150c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cl-torrents.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
;; the cache is mixed with "torrents" and "async-torrents": ok.
cached-res
(mapcan (lambda (fun)
(lparallel:pfuncall fun terms :stream stream :log-stream log-stream))
(lparallel:pfuncall fun terms :stream log-stream))
'(tpb:torrents
kat:torrents
torrentcd:torrents))))
Expand Down

0 comments on commit 37150c4

Please sign in to comment.