Skip to content

Commit

Permalink
chore: Tweak code
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Feb 16, 2024
1 parent 28d44ab commit 303b6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elin/component/interceptor.clj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
(group-by valid-interceptor?))
interceptor-map (group-by :kind (get grouped-interceptors true))]
(when-let [invalid-interceptors (seq (get grouped-interceptors false))]
(println "Invalid interceptors:" invalid-interceptors)
(e.log/debug "Invalid interceptors:" invalid-interceptors)
(e.log/warning lazy-writer "Invalid interceptors:" invalid-interceptors))
(e.log/debug lazy-writer "Interceptor component: Started")
(assoc this :interceptor-map interceptor-map)))
Expand Down

0 comments on commit 303b6b5

Please sign in to comment.