Skip to content

Commit

Permalink
[#110] Fix incorrect tools.logging log1-fn call arity (@Guthur)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Jun 24, 2015
1 parent bb6273e commit 11a3e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/taoensso/timbre/tools/logging.clj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
?line nil ; ''
msg-type :p ; No support for pre-msg raw args
]
(timbre/log1-fn config level ?ns-str ?file ?line msg-type [message]))))
(timbre/log1-fn config level ?ns-str ?file ?line msg-type [message] nil))))

(deftype LoggerFactory []
clojure.tools.logging.impl/LoggerFactory
Expand Down

0 comments on commit 11a3e02

Please sign in to comment.