From 2f51e5049e3fb139596112a8b7ed2ddd762cd886 Mon Sep 17 00:00:00 2001 From: anatoly Date: Mon, 13 Mar 2017 20:34:15 -0400 Subject: [PATCH] #63: prn => log --- src/mount/core.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mount/core.cljc b/src/mount/core.cljc index cac643a..c2750a5 100644 --- a/src/mount/core.cljc +++ b/src/mount/core.cljc @@ -109,7 +109,7 @@ (record! state stop done) :fail? false) :f-failed)] - (prn error) ;; this would mostly be useful in REPL + (log error) ;; this would mostly be useful in REPL (alter-state! current (NotStartedState. state))) (alter-state! current (NotStartedState. state))) ;; (!) if a state does not have :stop when _should_ this might leak (swap! running dissoc state)