From cecf3894ff41c7d315eadaa231d4c7d20090570a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 18 Nov 2015 14:17:52 -0400 Subject: [PATCH] note where map is left in --fast mode --- Command/Map.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Command/Map.hs b/Command/Map.hs index 9550108090..64137ebe3d 100644 --- a/Command/Map.hs +++ b/Command/Map.hs @@ -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 -- 2.30.2