diff --git a/src/metabase/core.clj b/src/metabase/core.clj index 1c34a0a0c36217d43a0914485c4bfede0186e373..0086c7b9723fb1f0ee642ada0e6fcdbfa1e70357 100644 --- a/src/metabase/core.clj +++ b/src/metabase/core.clj @@ -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)))