Skip to content
Snippets Groups Projects
Commit 94cc22bc authored by Allen Gilliland's avatar Allen Gilliland
Browse files

remove tab from beginning of log message.

parent 5f7ccb7a
Branches
Tags
No related merge requests found
......@@ -26,7 +26,7 @@
(doseq [events-ns (->> (ns-find/find-namespaces (clojure.java.classpath/classpath))
(filter (fn [ns-symb]
(re-find #"^metabase\.events\." (name ns-symb)))))]
(log/info "\tloading events namespace: " events-ns)
(log/info "loading events namespace: " events-ns)
(require events-ns)
;; look for `events-init` function in the namespace and call it if it exists
(when-let [init-fn (ns-resolve events-ns 'events-init)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment