From c714a260a98e8bfc5f4b6890aff2af613a9ceffa Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 11 Mar 2019 14:46:37 -0400 Subject: [PATCH] include remote name for consistency with export output --- Annex/Import.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Annex/Import.hs b/Annex/Import.hs index da84f3e8b0..8d64cc4efb 100644 --- a/Annex/Import.hs +++ b/Annex/Import.hs @@ -266,7 +266,7 @@ downloadImport remote importtreeconfig importablecontents = do [] -> do job <- liftIO $ newEmptyTMVarIO let downloadaction = do - showStart "import" (fromImportLocation loc) + showStart ("import " ++ Remote.name remote) (fromImportLocation loc) next $ tryNonAsync (download cidmap db i) >>= \case Left e -> next $ do warning (show e)