note where map is left in --fast mode
authorJoey Hess <joeyh@joeyh.name>
Wed, 18 Nov 2015 18:17:52 +0000 (14:17 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 18 Nov 2015 18:17:52 +0000 (14:17 -0400)
Command/Map.hs

index 9550108090b871b3754049c6344ef6bee63c70e6..64137ebe3dc09ca9b1ebff3ba574686c2fd12d95 100644 (file)
@@ -46,7 +46,9 @@ start = do
        liftIO $ writeFile file (drawMap rs umap trusted)
        next $ next $
                ifM (Annex.getState Annex.fast)
-                       ( return True
+                       ( do
+                               showLongNote $ "left map in " ++ file
+                               return True
                        , do
                                showLongNote $ "running: dot -Tx11 " ++ file
                                showOutput