diff --git a/Main.hs b/Main.hs
--- a/Main.hs
+++ b/Main.hs
@@ -96,12 +96,13 @@
 
     -- Make sure we're in a known branch, and if so, let it begin
     forever $ withRepository lgFactoryLogger gd $ do
-        log' $ pack $ "Saving snapshots under " ++ gd
         log' $ pack $ "Working tree: " ++ wd
         ref <- lookupReference "HEAD"
         case ref of
             Just (RefSymbolic name) -> do
                 log' $ "Tracking branch " <> name
+                log' $ "Saving snapshots under " <> T.pack gd
+                log' $ "Snapshot ref is refs/snapshots/" <> name
                 void $ start wd userName userEmail name
             _ -> do
                 log' "Cannot use git-monitor if no branch is checked out"
diff --git a/git-monitor.cabal b/git-monitor.cabal
--- a/git-monitor.cabal
+++ b/git-monitor.cabal
@@ -1,5 +1,5 @@
 Name:    git-monitor
-Version: 3.1.1.2
+Version: 3.1.1.3
 
 Synopsis:    Passively snapshots working tree changes efficiently.
 Description: Passively snapshots working tree changes efficiently.
