Skip to content

Commit

Permalink
shows PDF example
Browse files Browse the repository at this point in the history
  • Loading branch information
kolov committed May 20, 2015
1 parent 629199c commit f33161b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jota/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
))

(defn logprint [cat level txt]
(log-message (get-writer cat) (str (name cat) ":" (name level) ": " txt)))
(log-message (get-writer cat) (str cat ":" (name level) ": " txt)))

(defmacro dolog [level & args]
`(let [cat# (category *ns*)]
Expand Down

0 comments on commit f33161b

Please sign in to comment.