[#110] Fix incorrect tools.logging log1-fn call arity (@Guthur)

This commit is contained in:
Peter Taoussanis 2015-06-24 17:11:59 +07:00
parent c014b0f558
commit cdf46f3558
1 changed files with 1 additions and 1 deletions

View File

@ -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