Skip to content
Snippets Groups Projects
Commit 407125e8 authored by Cam Saül's avatar Cam Saül
Browse files

update function name

parent c72bb76e
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@
(defn init
"General application initialization function which should be run once at application startup."
[]
(log/info (format "Starting Metabase version %s..." (config/mb-version)))
(log/info (format "Starting Metabase version %s..." ((config/mb-version-info) :long)))
;; First of all, lets register a shutdown hook that will tidy things up for us on app exit
(.addShutdownHook (Runtime/getRuntime) (Thread. ^Runnable destroy))
(log/debug "Using Config:\n" (with-out-str (clojure.pprint/pprint config/config-all)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment