From: Joey Hess Date: Wed, 18 Nov 2015 18:17:52 +0000 (-0400) Subject: note where map is left in --fast mode X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~322^2~108 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cecf3894ff41c7d315eadaa231d4c7d20090570a;p=git-annex.git note where map is left in --fast mode --- 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