Skip to content

Commit

Permalink
temp trace: "mounting.. state name"
Browse files Browse the repository at this point in the history
  • Loading branch information
tolitius committed Apr 26, 2016
1 parent afe96e9 commit e34a164
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mount/core.cljc
Expand Up @@ -144,6 +144,7 @@
:status #{:stopped}}
stop (assoc :stop `(fn [] ~stop)))]
`(do
(log (str "|| mounting... " ~state-name))
(~'defonce ~state (DerefableState. ~state-name))
(mount-it (~'var ~state) ~state-name ~s-meta)
(~'var ~state))))))
Expand Down

0 comments on commit e34a164

Please sign in to comment.